Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@talenfisher talenfisher released this 22 Apr 18:44
· 4 commits to master since this release

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.