Bug 231001
| Summary: | ImageBitmap with SVG image source does not honor flipY | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | SVG | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=227748 https://bugs.webkit.org/show_bug.cgi?id=227519 |
||
Cameron McCormack (:heycam)
SVGImage::draw needs to honor ImagePaintingOptions::orientation() in the hasPlatformContext() case for ImageBitmap's flipY handling to work.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
This is the cause of one subtest failure in html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html.
Radar WebKit Bug Importer
<rdar://problem/83959718>
Sam Sneddon [:gsnedders]
With some of the GPU Process changes, this now applies in WK2 too.
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/54763
EWS
Committed 304137@main (b0d65d996b31): <https://commits.webkit.org/304137@main>
Reviewed commits have been landed. Closing PR #54763 and removing active labels.