Bug 6426

Summary: <altGlyph> element not implemented
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian, oliver, zimmermann
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Eric Seidel (no email) 2006-01-08 01:58:20 PST
<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.
Comment 1 Eric Seidel (no email) 2006-01-10 19:35:10 PST
*** Bug 6482 has been marked as a duplicate of this bug. ***
Comment 2 Eric Seidel (no email) 2007-12-19 03:36:04 PST
This is the last element blocking our enabling of the "Text" feature string for SVG 1.1.
Comment 3 Nikolas Zimmermann 2009-10-05 08:28:37 PDT
This has been implemented in 2008 already! Closing.