mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
This commit is contained in:
parent
55b7eeecbf
commit
b50357b7ae
6 changed files with 38 additions and 11 deletions
|
|
@ -27,6 +27,9 @@ dictionary HitRegionOptions {
|
|||
};
|
||||
|
||||
typedef (HTMLImageElement or
|
||||
SVGImageElement) HTMLOrSVGImageElement;
|
||||
|
||||
typedef (HTMLOrSVGImageElement or
|
||||
HTMLCanvasElement or
|
||||
HTMLVideoElement or
|
||||
ImageBitmap) CanvasImageSource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue