Bug 245120
Summary: | Update transforms on SVG shapes/groups when root element size changed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | Layout and Rendering | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, rbuis, simon.fraser, webkit-bug-importer, zalan, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Nguyen (:ntim)
Affected WPT:
css/css-transforms/transform-percent-010.html: http://wpt.live/css/css-transforms/transform-percent-010.html
css/css-transforms/transform-box/view-box-mutation-001.html: http://wpt.live/css/css-transforms/transform-box/view-box-mutation-001.html
These tests seem to get fixed after a window resize, which is similar to bug 245016, this may just needs a call to `updateLayerTransform()` in the right place?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99854279>
Tim Nguyen (:ntim)
*** Bug 245122 has been marked as a duplicate of this bug. ***
Tim Nguyen (:ntim)
These also start passing with my current fix:
css/css-transforms/transform-box/view-box-mutation-002.html: https://wpt.live/css/css-transforms/transform-box/view-box-mutation-002.html
css/css-transforms/transform-box/view-box-mutation-003.html: https://wpt.live/css/css-transforms/transform-box/view-box-mutation-003.html
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/4383
EWS
Committed 254538@main (32128c3f2e57): <https://commits.webkit.org/254538@main>
Reviewed commits have been landed. Closing PR #4383 and removing active labels.