diff --git a/src/Posting/QR.oekaki.coffee b/src/Posting/QR.oekaki.coffee index c7a3f7426..76090ed16 100644 --- a/src/Posting/QR.oekaki.coffee +++ b/src/Posting/QR.oekaki.coffee @@ -53,6 +53,7 @@ QR.oekaki = onCancel: -> width: img.naturalWidth height: img.naturalHeight + bgColor: 'transparent' Tegaki.activeCtx.drawImage img, 0, 0 img.src = URL.createObjectURL e.detail document.addEventListener 'QRFile', cb, false