https://issues.apache.org/ooo/show_bug.cgi?id=120616
--- Comment #4 from Armin Le Grand <[email protected]> --- ALG: I also made a new build and can now reproduce it. After some search (compare debug between rel version and trunc) I found out that it is because of #120397#. That fix changed the way linear gradients are rendered in respect to their aspect ratio. That fix is correct. That fix masked another error in svgio import; the gradientTransform (see SVG spec 1.2, 13.2.2 Linear gradients) is applied to the unit object coordinate system. This is unscaled and thus the aspect ratio is lost. Incredible that two errors can mask themselves in such a form. Good catch Regina! -- You are receiving this mail because: You are the assignee for the bug.
