DrawPixels 2.0.0
NEW:
- New API methods:
drawpixels.gradient_line()
,drawpixels.arc()
,drawpixels.filled_arc()
,drawpixels.gradient_arc()
,drawpixels.start_fill()
,drawpixels.end_fill()
,drawpixels.fill_area()
. - Antialiasing option for the following functions:
drawpixels.filled_circle()
,drawpixels.line()
,drawpixels.circle()
. - Line width option for the following functions:
drawpixels.circle()
,drawpixels.line()
. premultiply_alpha
option.
Thanks @sergeysinyavsky !