[Libreoffice-bugs] [Bug 132050] Repeated load/save/close cycles result in some drawing objects changing position over time.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 12 18:26:17 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=132050

--- Comment #3 from Regina Henschel <rb.henschel at t-online.de> ---
It moves with 2/100 mm. It happens because the rectangle is mirrored and
mirroring is done at the middle of the rectangle. And because of integer
arithmetic "middle" might be off by one.
As long as we have position and size in integer, I see no solution.

You should investigate, whether in other "drifting" cases, mirrored objects are
involved too. For the given example, you can try, whether it becomes better, if
you remove the mirroring from the rectangles. Mirroring of rectangles is
useless.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200412/51887a50/attachment.htm>


More information about the Libreoffice-bugs mailing list