lospec/pixel-editor

"Export" ignoring scale factor for projects loaded from file.

Closed this issue · 2 comments

  1. Create an initial 64x64 image and export it. Image is expected correctly as 64 x 64
  2. Scale the image up to 320 x 320 and export it. Image is exported correctly as 320 x 320
  3. Save the project.
  4. Reload the website and load the project.
  5. Export the image. Image is expected correctly as 64 x 64
  6. Scale the image up to 320 x 320 and export it. Image is exported incorrectly as 64 x 64

I'm going to clone the repo and attempt a fix myself.

#61 Resolves this