paper.js/src/item
Jürg Lehni d292e08ed2 Various renaming and introduction of additional methods in Matrix
- Rename Matrix#concatenate() to #append() and #preConcatenate() to #prepend().
- Over #invert() as alternative to #inverted(), directly modifying the matrix.
- Make Matrix#_shiftless() and internal function.
- Introduce versions that return copies instead, named #appended(). (previously #chain()) and #prepended().
- Rename internal Path#_getPenPadding() to #_getStrokePadding().
2016-01-17 19:30:47 +01:00
..
ChangeFlag.js Give view proper Matrix transformation functions, just like on Item. 2016-01-16 15:10:28 +01:00
Group.js Remove ctx.currentPath caching optimization. 2016-01-10 11:51:56 +01:00
HitResult.js A lot of work on documentation. 2016-01-08 20:45:54 +01:00
Item.js Various renaming and introduction of additional methods in Matrix 2016-01-17 19:30:47 +01:00
Layer.js Merge Item#_remove() and Layer#_remove(). 2016-01-16 14:21:05 +01:00
PlacedSymbol.js Various renaming and introduction of additional methods in Matrix 2016-01-17 19:30:47 +01:00
Raster.js Various renaming and introduction of additional methods in Matrix 2016-01-17 19:30:47 +01:00
Shape.js Introduce Item flag to selectively activate on stroke-scaling on classes that support it. 2016-01-15 09:56:10 +01:00