Skip to content

Releases: talenfisher/canvas

v0.3.0

22 Apr 18:44
Compare
Choose a tag to compare

This release adds the following features:

  • color selection with getColors() and getColorAt()
  • canvas brushes now use manual line drawing and polygon filling algorithms (bresenham's line algorithm + non-zero winding rule). This was done to prevent unintended colors from being composited/rasterized.