moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource

This commit is contained in:
janekptacijarabaci 2018-04-15 06:51:24 +02:00 committed by Roy Tam
commit b50357b7ae
6 changed files with 38 additions and 11 deletions

View file

@ -27,6 +27,9 @@ dictionary HitRegionOptions {
};
typedef (HTMLImageElement or
SVGImageElement) HTMLOrSVGImageElement;
typedef (HTMLOrSVGImageElement or
HTMLCanvasElement or
HTMLVideoElement or
ImageBitmap) CanvasImageSource;