Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
6.46k stars 351 forks source link

Fixed some issues with perspective lines and removed unneeded code from the rotate image dialog #979

Closed Variable-ind closed 5 months ago

Variable-ind commented 5 months ago

These issues are not present in 0.x

  1. [Rotate Image][Perspective lines] Set width = -1 (default value), so the arc line will automatically adjust itself to remain thin (in 0.x this behavior was achieved at width = 1 or 0.5)
  2. [Perspective lines] A small delay was needed for Global.camera.zoom to have correct value (bug was noticed when project containing perspective lines was loaded at startup)
  3. [Perspective vanishing point] Changed a typo Global.camera.zoom.x * 8 --> 8 / Global.camera.zoom.x (it was probably missed during project conversion)