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

           Summary: SVG rendering: stacked tspan elements rendered in
                    incorrect order
           Product: MediaWiki
           Version: 1.13.3
          Platform: All
               URL: http://en.wikipedia.org/wiki/File:Test_tspan.svg
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Images
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When a <text> element in SVG contains several <tspan> elements stacked within
each other, the SVG renderer does not render them in correct order. The
following SVG fragment:
<pre>
 <text x="0" y="150" id="textelement">
  <tspan id="outer" style="fill:blue;stroke:none;">
   ABC
   <tspan id="inner" style="fill:red;stroke:none;">
    DEF
   </tspan>
   GHI
  </tspan>
 </text>
</pre>
should display as "ABC DEF GHI", but instead displays as "ABC GHI DEF". See
error report at Wikimedia Commons
[http://commons.wikimedia.org/w/index.php?title=Commons:Administrators%27_noticeboard/Attention&diff=prev&oldid=17965457
here], and test on en-wiki [http://en.wikipedia.org/wiki/File:Test_tspan.svg
here].


-- 
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