Skip to content

Releases: tabularelf/Canvas

Canvas v1.1.1

30 Aug 21:45
Compare
Choose a tag to compare

-Added in .FreeSurface() and .WriteToCache(true/false)
--.FreeSurface() will simply clear the surface from memory. Returns self.
--.WriteToCache() determines whether .Finish() will update the cache or not. Good for situations where you need to write to use the surface multiple of times.
-Fixed some Feather issues.

Canvas v1.1.0

24 Aug 19:33
Compare
Choose a tag to compare

-Updated to support Feather
-Added in .Resize() and .SetBufferContents()

Canvas v1.0.0

08 Mar 04:40
Compare
Choose a tag to compare

-Initial release!