WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 169396
Calculate the right sizeForDrawing for image async decoding taking ancestor transforms into account, including ancestor SVG transforms.
https://bugs.webkit.org/show_bug.cgi?id=169396
Summary
Calculate the right sizeForDrawing for image async decoding taking ancestor t...
Said Abou-Hallawa
Reported
2017-03-08 17:22:39 PST
For async image decoding we have to decode for a specific size. Currently the request for async image decoding happens before the drawing starts. We can take the pageScaleFactor, the pageZoomFactor and the deviceScaleFactor into account easily. But the css and svg transformation both need more work to known before the drawing starts. Alternately the requests of async image decoding might be delayed till the drawing starts and all the transformations are applied to the graphics context.
Attachments
Add attachment
proposed patch, testcase, etc.
Said Abou-Hallawa
Comment 1
2017-03-08 17:27:34 PST
<
rdar://problem/30903403
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug