mogamoga1024 / MoonEmojiArt

月文字ジェネレータ(JS版)
5 stars 0 forks source link

svg 大きさ変えるとバグる #27

Closed mogamoga1024 closed 5 months ago

mogamoga1024 commented 6 months ago

タイトルの通り れあdめにも書いてある

mogamoga1024 commented 5 months ago

見た感じ2倍が4倍に、4倍が8倍になってるように見える

mogamoga1024 commented 5 months ago
this.#context.drawImage(image, 0, 0);

this.#context.drawImage(image, 0, 0, image.width, image.height, 0, 0, resizeImageWidth, resizeImageHeight);

にしたが効果なし

mogamoga1024 commented 5 months ago
this.#context.drawImage(image, 0, 0, resizeImageWidth, resizeImageHeight);

これもダメ

mogamoga1024 commented 5 months ago

直した https://github.com/mogamoga1024/MoonEmojiArt/compare/7e30e...9f002