Bug 16878
Summary: | SVG Fonts need to allow arbitary SVG content as <glyph> children | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | jdaggett, jeffschiller, krit, thorton, westonruter |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Nikolas Zimmermann
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
Don't think we want to support that ever.