[Webkit-unassigned] [Bug 281638] New: Make it possible to get a raster image fro, an SVG image data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 16 18:41:01 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281638
Bug ID: 281638
Summary: Make it possible to get a raster image fro, an SVG
image data
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: sabouhallawa at apple.com
It has been easy to do this for a bitmap image binary data. Just creating a BitmapImage, calling its setData() and then its nativeImage() method will do the job.
But for SVGImage it is not clear how and where this can be done. WebKit should provide a way to get a raster image from the SVG image data. WebKit is actively fixing many security and specs issues in the SVG code.
SVGImage can have animation and JS. But in the scenario of getting a NativeImage of it, animation and JS should be disabled.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241017/144acd0d/attachment.htm>
More information about the webkit-unassigned
mailing list