Commit Graph

8 Commits

Author SHA1 Message Date
55633d6915 Fixed pattern offset in FillRectangle 2023-01-21 15:19:34 -05:00
775e7bd4ca It is now possible to draw a filled ellipse 2023-01-20 20:52:06 -05:00
3acbe40665 Patterned rectangles now render properly 2023-01-20 15:08:19 -05:00
d75ec12a3c Fixed bug with StrokeRectangle where some areas were blank 2023-01-14 13:59:07 -05:00
b52696025a Implemented StrokeRectangle 2023-01-14 13:40:05 -05:00
ec24eb7b4f Text rendering is a thing again 2023-01-14 12:41:51 -05:00
34bf3038ac Replaced tomo.Image with tomo.Canvas and tomo.Pattern
This is the first step in transitioning the API over to the new
design. The new tomo.Canvas interface gives drawing functions
direct access to data buffers and eliminates overhead associated
with calling functions for every pixel.

The entire artist package will be remade around this.
2023-01-14 01:54:57 -05:00
00d75d4488 Initial commit 2023-01-09 01:03:19 -05:00