Bug 259885
| Summary: | Missing value default for <animateTransform> 'type' is 'translate' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | SVG | Assignee: | 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
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
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
<rdar://problem/113681862>