Bug 18118 - SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)
Summary: SVG multichar glyph matching matches longest instead of first (affects Acid3 ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-26 12:13 PDT by Maciej Stachowiak
Modified: 2008-04-13 22:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2008-03-26 12:13:47 PDT
Our SVG font code picks the longest glyph that matches, when really it should be picking the first in document order. Fixing this requires changing the glyph map data structure.
Comment 1 Eric Seidel (no email) 2008-04-13 22:51:19 PDT
This was fixed already.