Bug 231001 - ImageBitmap with SVG image source does not honor flipY
Summary: ImageBitmap with SVG image source does not honor flipY
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-29 17:25 PDT by Cameron McCormack (:heycam)
Modified: 2022-08-08 08:44 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2021-09-29 17:25:54 PDT
SVGImage::draw needs to honor ImagePaintingOptions::orientation() in the hasPlatformContext() case for ImageBitmap's flipY handling to work.
Comment 1 Cameron McCormack (:heycam) 2021-09-29 17:26:52 PDT
This is the cause of one subtest failure in html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html.
Comment 2 Radar WebKit Bug Importer 2021-10-06 17:26:19 PDT
<rdar://problem/83959718>
Comment 3 Sam Sneddon [:gsnedders] 2022-08-08 08:44:37 PDT
With some of the GPU Process changes, this now applies in WK2 too.