WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
259885
Missing value default for <animateTransform> 'type' is 'translate'
https://bugs.webkit.org/show_bug.cgi?id=259885
Summary
Missing value default for <animateTransform> 'type' is 'translate'
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
Add attachment
proposed patch, testcase, etc.
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
<
rdar://problem/113681862
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug