[Webkit-unassigned] [Bug 17085] REGRESSION (r29839): All remote fonts are treated as SVG fonts (Acid3 Ahem test font no longer loads)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 18:17:33 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17085





------- Comment #5 from mitz at webkit.org  2008-01-29 18:17 PDT -------
The problem is CSSFontFaceSource::getFontData() always going the SVG path first
(thus creating an SVG document with garbage data, that ends up not containing
any fonts). It should only take that path for SVG data.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list