[Webkit-unassigned] [Bug 16953] REGRESSION(Safari3-TOT): SVG renders improperly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 18:00:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=16953





------- Comment #3 from eric at webkit.org  2009-05-06 18:00 PDT -------
Created an attachment (id=30077)
 --> (https://bugs.webkit.org/attachment.cgi?id=30077&action=view)
reduction of "failing" SVG

The trick here is that this SVG uses <tspan> with an x="" offset list.  We used
to not support x="" offsets lists, and so all chars were just laid out
normally.  I haven't looked closely enough yet, but I expect that the offset
list is just wrong (or not what the author intended), and we're correctly
following it.

It's also possible that we're not transforming the x values correctly and that
there is a real bug here.  Again, I just haven't stared at it enough yet.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list