Bug 142459 - Cannot modify SVG Font's glyph path in script
Summary: Cannot modify SVG Font's glyph path in script
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-08 13:31 PDT by Myles C. Maxfield
Modified: 2022-07-18 09:07 PDT (History)
5 users (show)

See Also:


Attachments
Reproduction (628 bytes, text/html)
2015-03-08 13:31 PDT, Myles C. Maxfield
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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>