Bug 6426 - <altGlyph> element not implemented
Summary: <altGlyph> element not implemented
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL:
Keywords:
: 6482 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-08 01:58 PST by Eric Seidel (no email)
Modified: 2009-10-05 08:28 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.