https://bugs.documentfoundation.org/show_bug.cgi?id=95709
--- Comment #18 from Armin Le Grand (CIB) <[email protected]> --- Checked deeper, (1) only seems to work since it is a gradient. Using a test file which clearly shows the borders (attaching stripped, modified one) makes this a no-op. What happens is that the scale needs to be taken out, but the local clip is then wrong (if used). Thus, (2) splits in (a) clearing clip or (b) adapting clip to the scale-adaption, too. That would involve convert clip from XPolyPolygon2D to B2DPolyPolygon, transform, convert back and set. It depends if this is ever used - (a) is fast, (b) is correct. Did I mention that all this would be obsolete when presentation would use primitives...? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
