RESOLVED FIXED Bug 10650
need SVGFontElement for SVG Fonts support
https://bugs.webkit.org/show_bug.cgi?id=10650
Summary need SVGFontElement for SVG Fonts support
Eric Seidel (no email)
Reported 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.
Attachments
a patch (mostly just DOM bindings) (43.66 KB, patch)
2007-10-23 22:19 PDT, Eric Seidel (no email)
no flags
Andreas Neumann
Comment 1 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.
Eric Seidel (no email)
Comment 2 2007-10-23 21:08:11 PDT
*** Bug 10651 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
Comment 3 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.)
Eric Seidel (no email)
Comment 4 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.
Nikolas Zimmermann
Comment 5 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.
Note You need to log in before you can comment on or make changes to this bug.