diff --git a/src/assets/test/image_from_readme.png b/src/assets/test/image_from_readme.png index be0eca06..4158d7eb 100644 Binary files a/src/assets/test/image_from_readme.png and b/src/assets/test/image_from_readme.png differ diff --git a/src/assets/test/image_from_readme.svg b/src/assets/test/image_from_readme.svg index 6837c6fa..8233dae8 100644 --- a/src/assets/test/image_from_readme.svg +++ b/src/assets/test/image_from_readme.svg @@ -1,2 +1,2 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/core/QRSVG.ts b/src/core/QRSVG.ts index 77208c2b..f063a232 100644 --- a/src/core/QRSVG.ts +++ b/src/core/QRSVG.ts @@ -118,7 +118,6 @@ export default class QRSVG { }); } - console.log(this._image?.width, this._image?.height) this.drawBackground(); this.drawDots((row: number, col: number): boolean => { if (this._options.imageOptions.hideBackgroundDots) {