Skip to content

0.4.0

Compare
Choose a tag to compare
@defano defano released this 09 Feb 16:22
· 7 commits to master since this release
82ea313

Substantial refactoring of the codebase to support unit testing, plus order-of-magnitude performance improvements when painting on large canvases. Implemented linear interpolation on airbrush tool to produce a "smooth spray" effect. Simplifies implementation of cut-copy-paste functionality using provided utility classes. Also corrects:

  • #34 Fixes an issue where pixels not part of an active selection could be deleted when deleting the active selection.
  • #35 Fixes an issue with the polygon tool, where the drawn line segment may not follow the cursor.