Bug 16878 - SVG Fonts need to allow arbitary SVG content as <glyph> children
Summary: SVG Fonts need to allow arbitary SVG content as <glyph> children
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-15 06:18 PST by Nikolas Zimmermann
Modified: 2014-05-12 05:17 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2008-01-15 06:18:00 PST
SVG Fonts are only supported using <glyph d="..."> syntax. Though SVG allows <glyph> to have any children - which are rendered in a specific order (when 'd' is also specified).

Shouldn't be too hard to implement.
Comment 1 Dirk Schulze 2014-05-12 05:17:49 PDT
Don't think we want to support that ever.