Bug 245120 - Update transforms on SVG shapes/groups when root element size changed
Summary: Update transforms on SVG shapes/groups when root element size changed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-12 21:51 PDT by Tim Nguyen (:ntim)
Modified: 2022-09-15 17:54 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-09-12 21:51:20 PDT
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?
Comment 1 Radar WebKit Bug Importer 2022-09-12 21:51:32 PDT
<rdar://problem/99854279>
Comment 2 Tim Nguyen (:ntim) 2022-09-14 10:40:12 PDT
*** Bug 245122 has been marked as a duplicate of this bug. ***
Comment 3 Tim Nguyen (:ntim) 2022-09-14 10:40:39 PDT Comment hidden (obsolete)
Comment 4 Tim Nguyen (:ntim) 2022-09-15 08:51:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4383
Comment 5 EWS 2022-09-15 17:54:03 PDT
Committed 254538@main (32128c3f2e57): <https://commits.webkit.org/254538@main>

Reviewed commits have been landed. Closing PR #4383 and removing active labels.