Skip to content

v0.12.5

Compare
Choose a tag to compare
@lehni lehni released this 23 May 21:02
· 107 commits to develop since this release

Added

  • PaperScript: Add option options.paperFeatures.operatorOverloading to control
    operator overloading.

Fixed

  • Fix new Raster(HTMLCanvasElement) constructor (#1745).
  • Handle CurveLocation on paths with only one segment.
  • Fix recently introduced error in CompoundPath.compare() (#1769).
  • Clamp opacity values to [0, 1] (#1814).
  • Support closed Path items with blend mode and no segments (#1763).
  • Fix error in getCrossingSegments() (#1773).
  • SVG Import: Support SVG strings with leading line-breaks (#1813).
  • Docs: Improve documentation for Raster#drawImage(CanvasImageSource) (#1784).

Changed

  • Use 'paper-' prefix in generated view ids.