Bug 169396
Summary: | Calculate the right sizeForDrawing for image async decoding taking ancestor transforms into account, including ancestor SVG transforms. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 155322 |
Said Abou-Hallawa
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
<rdar://problem/30903403>