RESOLVED FIXED 284596
Reduce calls to AffineTransform::multiply()
https://bugs.webkit.org/show_bug.cgi?id=284596
Summary Reduce calls to AffineTransform::multiply()
Simon Fraser (smfr)
Reported 2024-12-12 16:56:42 PST
We can remove some calls to AffineTransform::multiply() by avoiding it when we know a transform is identity, and by making it possible to create a rotation transform without a multiply.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-12 16:56:51 PST
Simon Fraser (smfr)
Comment 2 2024-12-12 16:58:41 PST
EWS
Comment 3 2024-12-13 10:25:56 PST
Committed 287799@main (e1e511077e89): <https://commits.webkit.org/287799@main> Reviewed commits have been landed. Closing PR #37875 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.