Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.3.2, 5.4.1
-
None
-
0fcd0160662941a9ba800b36671e88d82790bd95
Description
I have a simple application that renders an SVG into a PNG. I found that when I added rotated texts they would not be shown. Deeper digging took me to find out that in transform="rotate(angle, x, y)" the center is not handled properly by Qt. I attach an example SVG that looks the same on webkit, inkscape, rsvg-convert converts well but Qt doesn't.