Bug 18118
Summary: | SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Maciej Stachowiak <mjs> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jdaggett |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Maciej Stachowiak
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This was fixed already.