RESOLVED FIXED293689
Stop using SVGLengthValue in SVGRenderStyle
https://bugs.webkit.org/show_bug.cgi?id=293689
Summary Stop using SVGLengthValue in SVGRenderStyle
Sam Weinig
Reported 2025-05-28 10:14:12 PDT
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
Sam Weinig
Comment 1 2025-05-28 10:37:33 PDT
EWS
Comment 2 2025-05-30 10:43:35 PDT
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
Comment 3 2025-05-30 10:44:14 PDT
Note You need to log in before you can comment on or make changes to this bug.