paper.js/test/tests
sasensi f84199c83d Fix: nested group matrix should not be reset
When a group had `applyMatrix` set to `false`, when its parent's matrix
was applied, its matrix was applied to its children then it was reset.
This makes sure that in this case, parent matrix is only added to child
matrix but not applied to child's children and that child's matrix is
not reset.
Closes #1711
2019-11-05 23:11:13 +01:00
..
Color.js Move color owner handling directly to Color class 2019-06-09 18:01:42 +02:00
CompoundPath.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Curve.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
CurveLocation.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Emitter.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Group.js Fix: nested group matrix should not be reset 2019-11-05 23:11:13 +01:00
HitResult.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Interactions.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Item.js Improve test for #1651 2019-06-19 22:05:26 +02:00
Item_Bounds.js Fix temporary test name 2019-06-05 17:35:42 +02:00
Item_Cloning.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Item_Getting.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Item_Order.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
JSON.js Prevent Item#importJSON() from overriding Item#insert() 2019-06-09 16:28:20 +02:00
Layer.js Fix bounds error with nested empty items 2019-06-09 16:10:54 +02:00
load.js Fix PaperScript#compile() with prefix operators 2019-06-09 19:23:53 +02:00
Matrix.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Numerical.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
PaperScript.js Improve handling of increment/decrement operators 2019-06-09 19:29:07 +02:00
Path.js Fix Path#arcTo() when from/to points are equal 2019-06-10 00:01:46 +02:00
Path_Boolean.js Boolean: No need to actually check for fill 2019-06-23 04:47:34 +02:00
Path_Constructors.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Path_Intersections.js Implement unit test for #1255 2019-06-23 10:30:56 +02:00
PathItem.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
PathItem_Contains.js Improve test for #1651 2019-06-19 22:05:26 +02:00
Point.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Project.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Raster.js Improve new Raster(size[, position]) constructor 2019-06-07 22:25:44 +02:00
Rectangle.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Segment.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Shape.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Size.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00
Style.js Add/unit test for color change propagation (#1675) 2019-06-22 15:17:35 +02:00
SvgExport.js Fix SVG export with Symbol (#1670) 2019-06-18 06:15:20 +02:00
SvgImport.js Exclude gradients-2 test again on phantomjs 2019-06-09 14:57:02 +02:00
SymbolItem.js Fix SymbolItem#hitTestAll() 2019-07-12 12:06:26 +02:00
TextItem.js Update copyright year to 2019 2018-12-27 16:13:01 +09:00