1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.25k stars 567 forks source link

Fixes #323 #324

Open adzierzanowski opened 1 year ago

adzierzanowski commented 1 year ago

I've set the cursor position to the offset parsed from the headers. This seems to solve the problem.

scanImage(padding = 0, width = this.width, processPixel) {
        this.pos = this.offset;