Bug 10650 - need SVGFontElement for SVG Fonts support
Summary: need SVGFontElement for SVG Fonts support
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: http://www.w3.org/TR/SVG/fonts.html#F...
Keywords:
: 10651 (view as bug list)
Depends on: 10651 10652
Blocks: 10649
  Show dependency treegraph
 
Reported: 2006-08-31 01:18 PDT by Eric Seidel (no email)
Modified: 2007-12-30 05:01 PST (History)
2 users (show)

See Also:


Attachments
a patch (mostly just DOM bindings) (43.66 KB, patch)
2007-10-23 22:19 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

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