Skip to content

v0.12.2

Compare
Choose a tag to compare
@lehni lehni released this 13 Jun 21:45
· 180 commits to develop since this release

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).
  • 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).