AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
43 stars 17 forks source link

ensure copy/move rectangle plot stays onscreen #245

Closed stevesims closed 3 months ago

stevesims commented 3 months ago

when performing a copy/move rectangle plot, the underlying graphics system requires coordinates that stay within screen bounds, otherwise it will crash. this change ensures that is the case

the way in which source/destination coordinates are handled has also been changed to ensure they will work correctly in the event that negative coordinates had been used

fixes #227