GNOME Bugzilla – Bug 637739
Sheet objects might be misaligned when zooming
Last modified: 2010-12-26 14:51:45 UTC
Add a rectangle and align it on cell boundaries. Then zoom to 150%, the rectangle is not anymore aligned on the bounds. This occurs because cell sizes are always rounded to integers, whatever the zoom level. The only way I can think of to fix it is to reevaluate objects bounds each time the zoom level changes, most probably in scg_scale_changed(). This bug also affects 1.8.x, and probably older versions.
Created attachment 176822 [details] [review] Proposed patch
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.