[Webkit-unassigned] [Bug 19128] SVG fonts don't work with medial Arabic characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 19 18:27:47 PDT 2008


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





------- Comment #6 from myrdred at gmail.com  2008-05-19 18:27 PDT -------
Created an attachment (id=21243)
 --> (http://bugs.webkit.org/attachment.cgi?id=21243&action=view)
Updated patch

Rather than increasing the size of the bitfield, declared it as unsigned
instead of ArabicForm. This matches how other enumerations in WebKit are placed
in bitfields.

As for a testcase, well, you can verify the bug's existence and fix manually by
visiting LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-03-t.svg. A testcase that
fails automated tests without the patch would be a lot tougher... the SVG
render tree dumper doesn't dump nearly enough information to cause a test case
to fail, and would need to be changed substantially to make it do so.


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