Bug 251839 - Add an explicit method to getUserCTM() to GraphicsContext
Summary: Add an explicit method to getUserCTM() to GraphicsContext
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-06 23:06 PST by Said Abou-Hallawa
Modified: 2023-04-18 11:06 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2023-02-06 23:06:25 PST
This method will exclude the deviceScaleFactor of GraphicsContext from geCTM(). This method is needed when the calculation is independent from the device resolution.
Comment 1 Radar WebKit Bug Importer 2023-02-06 23:06:46 PST
<rdar://problem/105115245>
Comment 2 Said Abou-Hallawa 2023-02-06 23:10:52 PST
Pull request: https://github.com/WebKit/WebKit/pull/9739