paper.js/test/tests
2013-09-23 08:13:32 -07:00
..
Color.js Fix tests for deprecated Color constructors. 2013-07-02 07:53:58 -07:00
CompoundPath.js
Curve.js Move curvature calculations into Curve.evaluate(), and define unit tests for it. 2013-06-18 19:00:05 -07:00
Group.js
HitResult.js Define failing test for hit-testing bounds on raster items. 2013-06-23 19:48:46 -07:00
Item.js Fix empty tests. 2013-06-11 13:40:50 -07:00
Item_Bounds.js Remove Item#applyMatrix boolean, go back to previous way of directly applying transformations to children in Group and Layer, and introduce new Clip class for non-transformed nested matrices. 2013-05-13 18:57:17 -07:00
Item_Cloning.js Fix Layer#insertAbove / insertBelow test. 2013-07-21 16:44:30 -07:00
Item_Contains.js Define failing test for Path#contains() and open paths. 2013-06-12 00:28:57 -07:00
Item_Order.js Use non-deprecated versions. 2013-07-21 16:13:27 -07:00
JSON.js Add failing test for #215. 2013-05-07 22:48:53 -07:00
Layer.js Fix Layer#insertAbove / insertBelow test. 2013-07-21 16:44:30 -07:00
load.js Implement tests for Curve#getPointAt(). 2013-06-17 08:54:42 -07:00
Matrix.js
Path.js Fix empty tests. 2013-06-11 13:40:50 -07:00
Path_Bounds.js Fix issue with Path#strokeBounds with #strokeJoin == 'miter' and clockwise orientation. 2013-04-24 19:27:31 -07:00
Path_Curves.js Use isZero() when checking for straight curves in Curve.getLength() 2013-09-23 08:13:32 -07:00
Path_Drawing_Commands.js
Path_Length.js
Path_Shapes.js
PlacedSymbol.js
Point.js Fix tests for #246. 2013-06-23 17:22:13 -07:00
Project.js Fix project.clear() so it removes all layers properly. 2013-06-20 20:14:47 -06:00
Raster.js Rename Raster#getSubImage() to #getSubCanvas(), and use insert: false combined with #insertAbove() to correctly insert newly created rasters. 2013-08-14 12:21:47 -07:00
Rectangle.js Clean up rectangle test. 2013-06-12 15:16:45 -07:00
Segment.js
Size.js
Style.js Fix old group style test that was faulty but remain undetected because of other bug. 2013-06-11 13:58:04 -07:00
SVGExport.js Rename Svg acronyms in API to SVG. 2013-04-23 07:19:08 -07:00
SVGImport.js Rename Svg acronyms in API to SVG. 2013-04-23 07:19:08 -07:00
TextItem.js Implement standard behavior of #_hitTest() for items without children, based on #_contains(). 2013-06-12 19:30:23 -07:00