paper.js v0.12.2 Release Notes

Release Date: 2019-06-13 // almost 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix drawing with compound-paths as clip-items (#1361).
    • ๐Ÿ›  Fix drawing of path selection with small handle size (#1327).
    • Do not ignore Group#clipItem.matrix in Group#internalBounds (#1427).
    • Correctly calculate bounds with nested empty items (#1467).
    • ๐Ÿ›  Fix color change propagation on groups (#1152).
    • ๐Ÿ›  Fix Path#arcTo() where from and to points are equal (#1613).
    • ๐Ÿ‘Œ Improve new Raster(size[, position]) constructor (#1621).
    • SVG Export: Fix error when Item#matrix is not invertible (#1580).
    • SVG Export: Include missing viewBox attribute (#1576).
    • 0๏ธโƒฃ SVG Import: Use correct default values for gradients (#1632, #1660).
    • ๐Ÿ‘ SVG Import: Add basic <switch/> support (#1597).
    • JSON Import: Prevent Item#insert() method from being overridden (#1392).
    • PaperScript: Fix issues with increment/decrement operators (#1450, #1611).