[wpt-sync] Sync PR 27688 - Don't treat rotation etc. having invalid scale
Categories
(Core :: Web Painting, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27688 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27688
Details from upstream follow.
b'Xianzhu Wang <wangxianzhu@chromium.org>' wrote:
Don't treat rotation etc. having invalid scale
We can calculate quite accurate scale for any transform without
perspective using gfx::ComputeTransform2dScaleComponents(), so we
can stop treating rotation etc. as having invalid scale, to make
raster scale for animations containing such transform operations
more accurate.Bug: 1178439
Change-Id: I2a54bfd0c0da5e1107fa638966e1fe9f637582f5Reviewed-on: https://chromium-review.googlesource.com/2698487
WPT-Export-Revision: 6b50d83b156fc6a7a89e2021c62d73f785e92e85
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d1660dba59b1
https://hg.mozilla.org/mozilla-central/rev/bcddc59d33c1
Description
•