[Webkit-unassigned] [Bug 18830] Assertion failure (using HashMap empty value) in svg/W3C-SVG-1.1/fonts-glyph-02-t.svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 1 12:48:44 PDT 2008


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





------- Comment #1 from mitz at webkit.org  2008-05-01 12:48 PDT -------
The problem is that SVGRootInlineBox::buildLayoutInformationForTextBox() calls
calculateGlyphWidth() in the RTL case passing and offset and a number of extra
characters going past the end of the run. The whole approach of taking logical
suffixes -- rather than prefixes -- of RTL text is wrong. It was already fixed
in one place but I am not sure what the correct fix is in t his case.


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