Bug 259885

Summary: Missing value default for <animateTransform> 'type' is 'translate'
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: BrowserCompat, InRadar, WPTImpact
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ahmad Saleem
Reported 2023-08-07 07:57:13 PDT
Hi team, This is separate from bug 257906, just to fix 'default' value by changing: https://searchfox.org/wubkat/source/Source/WebCore/svg/SVGAnimateTransformElement.cpp#36 from: , m_type(SVGTransformValue::SVG_TRANSFORM_UNKNOWN) to , m_type(SVGTransformValue::SVG_TRANSFORM_TRANSLATE) Thanks!
Attachments
EWS
Comment 1 2023-08-10 04:27:27 PDT
Committed 266758@main (a36c08c20795): <https://commits.webkit.org/266758@main> Reviewed commits have been landed. Closing PR #16440 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2023-08-10 04:28:14 PDT
Note You need to log in before you can comment on or make changes to this bug.