Bug 259885 - Missing value default for <animateTransform> 'type' is 'translate'
Summary: Missing value default for <animateTransform> 'type' is 'translate'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2023-08-07 07:57 PDT by Ahmad Saleem
Modified: 2023-08-10 04:28 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>