Bug 278868
| Summary: | [SVG2] Remove `*Glyph*` support | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | SVG | Assignee: | Karl Dubost <karlcow> |
| Status: | NEW | ||
| Severity: | Normal | CC: | mmaxfield, mrobinson, sabouhallawa, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 24815 | ||
Ahmad Saleem
Hi Team,
While looking into svgtags.in, I noted that we removed bindings for the following but we still have code present.
WebKit Source: https://github.com/WebKit/WebKit/blob/0587c4d7e320d7442fc30bd361af664fece9e9d0/Source/WebCore/svg/svgtags.in#L7
Bindings removed in 2022 - https://github.com/WebKit/WebKit/commit/a17325a395eff749747f0f5ba37ee7387a017919 (255702@main)
These are dropped from web-spec: https://svgwg.org/svg2-draft/changes.html#text
"Removed the 'altGlyph', 'altGlyphDef', 'altGlyphItem' and 'glyphRef' elements."
I think we can clean-up some code here.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Bindings Removed - Oct 18, 2022
Radar WebKit Bug Importer
<rdar://problem/135353569>
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/49875
Karl Dubost
*** Bug 40740 has been marked as a duplicate of this bug. ***
Karl Dubost
*** Bug 137093 has been marked as a duplicate of this bug. ***