inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

feat: Support invert drawing of bitmaps, boxes and lines. #303

Closed tomsci closed 2 months ago

tomsci commented 3 months ago

fixes #121. Note this does not add invert support for other operations such as circle, ellipse, pattern.

Also changes Canvas.size to Graphics.Size instead of CGSize.