"Export" ignoring scale factor for projects loaded from file.
Closed this issue · 2 comments
jonnysmith1981 commented
- Create an initial 64x64 image and export it. Image is expected correctly as 64 x 64
- Scale the image up to 320 x 320 and export it. Image is exported correctly as 320 x 320
- Save the project.
- Reload the website and load the project.
- Export the image. Image is expected correctly as 64 x 64
- Scale the image up to 320 x 320 and export it. Image is exported incorrectly as 64 x 64
jonnysmith1981 commented
I'm going to clone the repo and attempt a fix myself.
jonnysmith1981 commented
#61 Resolves this