diff --git a/src/element/image.ts b/src/element/image.ts index 2a975eba2..b366feb34 100644 --- a/src/element/image.ts +++ b/src/element/image.ts @@ -118,7 +118,6 @@ export const normalizeSVG = async (SVGString: string) => { export const speedyImageToCanvas = async (imageFile: Blob | File) => { let imageSrc: HTMLImageElement | ImageBitmap; if ( - // Math.random() > 1 && typeof ImageBitmap !== "undefined" && ImageBitmap.prototype && ImageBitmap.prototype.close &&