[Webkit-unassigned] [Bug 17062] SVGTextElement.getNumberOfChars is broken (affects Acid3 test 79)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 19:10:44 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17062





------- Comment #14 from mjs at apple.com  2008-03-23 19:10 PDT -------
I figured out that we get the wrong answer for getNumberOfChars because
altGlyph is not implemented. I did a very basic implementation which renders it
as a tspan (ignoring the requested glyph substitution). This is enough to get
the number of characters right, but more complete support will be needed to get
the correct layout that the rest of the test requires. I filed bug 18031 for
these subsequent failures.


-- 
Configure bugmail: http://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