- From: Robert Longson <longsonr@gmail.com>
- Date: Tue, 1 Jun 2010 09:51:51 +0100
- To: www-svg@w3.org, Doug Schepers <schepers@w3.org>
- Cc: robert@ocallahan.org, Chris Lilley <chris@w3.org>
Received on Tuesday, 1 June 2010 08:52:32 UTC
Doug, > I've been told by Dave Crossland (from Open Font Library, and an Invited > Expert on the new Fonts WG), that there is a patch for SVG Fonts for > Firefox, but that it hasn't been accepted. I haven't verified this > myself, but I assumed it was true. There is an old patch that implemented a small subset of SVG fonts ( https://bugzilla.mozilla.org/show_bug.cgi?id=119490). The main issues with it are: - Architecturally it is only designed to work with SVG. If we do SVG fonts we'd want them to be able to be used by html, mathml etc. SVG only initially would be OK as long as the architectural design was extendable. - It parses the glyph path every time it draws a glyph so it's horribly slow. - It no longer applies to the current codebase. This last is pretty straightforward to fix in isolation. Best regards Robert
Received on Tuesday, 1 June 2010 08:52:32 UTC