Bug 293689
| Summary: | Stop using SVGLengthValue in SVGRenderStyle | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
SVGLengthValue should not be used in SVGRenderStyle as it is only needed for DOM level tracking. Instead, we should use Length.
There are only two uses of SVGLengthValue in SVGRenderStyle at the moment for stroke-dasharray and baseline-shift.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/45999
EWS
Committed 295618@main (e55da04f7eae): <https://commits.webkit.org/295618@main>
Reviewed commits have been landed. Closing PR #45999 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/152321267>