Bug 249517 - Set the RenderView's layer's anchorPoint to 0,0
Summary: Set the RenderView's layer's anchorPoint to 0,0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Compositing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks: 247106
  Show dependency treegraph
 
Reported: 2022-12-16 19:09 PST by Simon Fraser (smfr)
Modified: 2022-12-22 22:56 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2022-12-16 19:09:24 PST
Zooming code gets easier if we always give the RenderView's layer an anchor point of [0,0], instead of the default [0.5,0.5].
Comment 1 Simon Fraser (smfr) 2022-12-16 19:14:06 PST
Pull request: https://github.com/WebKit/WebKit/pull/7802
Comment 2 Radar WebKit Bug Importer 2022-12-19 13:21:51 PST
<rdar://problem/103528523>
Comment 3 EWS 2022-12-22 22:56:35 PST
Committed 258284@main (7c22044657df): <https://commits.webkit.org/258284@main>

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