Bug 293689

Summary: Stop using SVGLengthValue in SVGRenderStyle
Product: WebKit Reporter: Sam Weinig <sam>
Component: CSSAssignee: 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
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.