Bug 10650

Summary: need SVGFontElement for SVG Fonts support
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: a.neumann, zimmermann
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.w3.org/TR/SVG/fonts.html#FontElement
Bug Depends on: 10651, 10652    
Bug Blocks: 10649    
Attachments:
Description Flags
a patch (mostly just DOM bindings) none

Description Eric Seidel (no email) 2006-08-31 01:18:13 PDT
need SVGFontElement for SVG Fonts support

This blocks bug 10649.

To solve this bug means simply committing a simple DOM object for SVGFontElement.  This would not even necessitate being able to create a FontData object from this SVGFontElement, however adding code to do that would be nice.
Comment 1 Andreas Neumann 2006-11-21 03:23:32 PST
SVG Font support is very important to get reliable results across implementations and platforms. It is also necessary for more advanced designs with fancy fonts or internationalization.
Comment 2 Eric Seidel (no email) 2007-10-23 21:08:11 PDT
*** Bug 10651 has been marked as a duplicate of this bug. ***
Comment 3 Eric Seidel (no email) 2007-10-23 22:19:39 PDT
Created attachment 16829 [details]
a patch (mostly just DOM bindings)

This patch doesn't really contain any particularly useful code, but I'm putting it here just so it's not lost somewhere in my patches directory. :)  It's not really worth landing just the DOM bindings, I need to work out how the rest of the SVG Font system will work first.  (There is discussion covering such in another bug.)
Comment 4 Eric Seidel (no email) 2007-12-29 19:46:53 PST
I'm pretty sure we don't need this bug any more.  Niko can offer a final comment.
Comment 5 Nikolas Zimmermann 2007-12-30 05:01:45 PST
You're right Eric, forgot to close this bug. SVG Fonts is now being actively developed in trunk.