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

Description Myles C. Maxfield 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.
Comment 1 Myles C. Maxfield 2015-03-08 13:31:55 PDT
Created attachment 248199 [details]
Reproduction
Comment 2 Ahmad Saleem 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!
Comment 3 Radar WebKit Bug Importer 2022-07-18 09:07:29 PDT
<rdar://problem/97201147>