Bug 6426
Summary: | <altGlyph> element not implemented | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian, oliver, zimmermann |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
<altGlyph> element not implemented
http://www.w3.org/TR/SVG/text.html#AltGlyphElement
One way to implement this would be to pre-flight any SVG text we're about to render, manually replacing
glyphs in the RenderText with the equivilent of a <tspan>. Not sure. This one is going to need some
thinking.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
*** Bug 6482 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
This is the last element blocking our enabling of the "Text" feature string for SVG 1.1.
Nikolas Zimmermann
This has been implemented in 2008 already! Closing.