Bug 142459

Summary: Cannot modify SVG Font's glyph path in script
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: Layout and RenderingAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Reproduction none

Myles C. Maxfield
Reported 2015-03-08 13:31:32 PDT
Any font-face that uses "src: url(" is marked as a remote resource in CSSParser::parseFontFaceSrc(), and all remote fonts get their content re-parsed in CachedSVGFont::ensureCustomFontData(). Note that this is not a regression - this never worked, even without the SVG -> OTF converter.
Attachments
Reproduction (628 bytes, text/html)
2015-03-08 13:31 PDT, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2015-03-08 13:31:55 PDT
Created attachment 248199 [details] Reproduction
Ahmad Saleem
Comment 2 2022-07-18 08:09:47 PDT
I am able to reproduce this bug in Safari 15.5 / Safari Technical Preview 149 on macOS 12.4 using attached "Reproduction" test case. It does not render any text while all other browsers (Chrome Canary 105 and Firefox Nightly 104) shows "A" as rendered on the test case. Thanks!
Radar WebKit Bug Importer
Comment 3 2022-07-18 09:07:29 PDT
Note You need to log in before you can comment on or make changes to this bug.