Bug 64787
| Summary: | SVG: Missing implementation of x, y, dx, dy, format and glyphRef attributes of <glyphRef> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Leo Yang <leo.yang> |
| Component: | SVG | Assignee: | Leo Yang <leo.yang> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, mmaxfield, rniwa, sabouhallawa, zimmermann |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Leo Yang
Missing implement of dynamic attribute change of <glyphRef>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
As per MDN - it is deprecated and only Mozilla Firefox supported it:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/glyphRef
Further in SVG2 doc, I was not able to find reference to glyphRef:
https://www.w3.org/TR/SVG/Overview.html
Is it something planned or should be ignored since it is not part of SVG2? Thanks!
Brent Fulgham
Doesn't seem like we should take action for something we've never implemented that is now deprecated.