https://bugzilla.wikimedia.org/show_bug.cgi?id=23574

Derk-Jan Hartman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |upstream
            Summary|Thumbnails broken for SVGs  |SVGs with tspan that have
                   |with styled/positioned      |multiple x or y coordinates
                   |tspans                      |don't render properly

--- Comment #5 from Derk-Jan Hartman <[email protected]> 2012-10-26 
12:01:29 UTC ---
Reduced the remaining problem to the usage of 

<tspan x="186.25751 191.67688 196.19438 202.06062 206.57813"
y="326.65219">Power</tspan>

Converting the x coordinate from a list of coords to a single coordinate makes
the text element positioned properly in the png render:

<tspan x="186.25751" y="326.65219">Power</tspan>

This issue has not been filed upstream yet.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to