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   

Description Ahmad Saleem 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!
Comment 1 EWS 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.
Comment 2 Radar WebKit Bug Importer 2023-08-10 04:28:14 PDT
<rdar://problem/113681862>