Releases: tabularelf/Canvas
Releases · tabularelf/Canvas
Canvas v1.1.1
-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
-Updated to support Feather
-Added in .Resize()
and .SetBufferContents()
Canvas v1.0.0
-Initial release!