![Marco Trevisan (Treviño)](/assets/img/avatar_default.png)
In order to scale a rectangle by a double value, we can reuse a ClutterRect to do the scale computations in floating point math and then to convert it back using the proper strategy that will take in account the subpixel compensation. In this way we can be sure that the resulting rectangle can fully contain the original scaled one. https://gitlab.gnome.org/GNOME/mutter/merge_requests/469