domeengine / dome

A lightweight game development environment where games can be written in Wren
https://www.domeengine.com
MIT License
473 stars 40 forks source link

Clip Crash Fix #226

Closed avivbeeri closed 2 years ago

avivbeeri commented 2 years ago

When setting the clip region, we didn't guard against the clip region overflowing the canvas buffer correctly. This corrects the issue.