Skip to content

DrawPixels 2.0.0

Compare
Choose a tag to compare
@AGulev AGulev released this 06 May 17:10
· 13 commits to master since this release
9d6188e

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 !