Bug 245606 - When creating a matrix3d() value the tz component does not account for zoom
Summary: When creating a matrix3d() value the tz component does not account for zoom
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks: 235807
  Show dependency treegraph
 
Reported: 2022-09-23 15:22 PDT by Antoine Quint
Modified: 2022-10-07 14:02 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-09-23 15:22:48 PDT
In transformsForValue() in the matrix3d() case, we account for zoom for tx and ty, but not for tz, although we do when parsing translateZ().
Comment 1 Antoine Quint 2022-09-23 15:27:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4651
Comment 2 EWS 2022-09-24 00:51:19 PDT
Committed 254823@main (a32f83928115): <https://commits.webkit.org/254823@main>

Reviewed commits have been landed. Closing PR #4651 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-24 00:52:18 PDT
<rdar://problem/100355344>