paper.js v0.12.5 Release Notes

Release Date: 2020-05-23 // almost 4 years ago
  • โž• 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.