jspaint icon indicating copy to clipboard operation
jspaint copied to clipboard

Fixes #323

Open adzierzanowski opened this issue 1 year ago • 0 comments

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;

adzierzanowski avatar Aug 04 '23 23:08 adzierzanowski