Bug 231001
Summary: | ImageBitmap with SVG image source does not honor flipY | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
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.