paper.js/test/tests
2012-11-06 18:07:51 +01:00
..
Color.js Rename RGBColor -> RgbColor, to avoid clash with native constructor, and follow same naming convention for HsbColor and HslColor, but keep references to old names for PaperScript scopes for now. 2011-11-10 19:16:34 +01:00
CompoundPath.js Fix CompoundPath tests to reflect new behavior in orientation handling. 2011-07-28 11:06:29 +01:00
Group.js Fix problem when calling new Group([]). 2012-11-06 18:07:51 +01:00
HitResult.js Add failing tests. 2012-04-25 19:48:09 +02:00
Item.js Add failing tests for renaming a removed item and naming a top level group. 2012-03-01 16:39:00 +01:00
Item_Bounds.js Add failing test for group bounds when the group contains a group with no children. 2012-03-01 16:24:26 +01:00
Item_Cloning.js We cannot use PaperScript extensions in tests. 2011-11-24 14:54:30 +01:00
Item_Order.js Fix tests. 2012-03-13 16:01:07 +01:00
Layer.js Fix tests. 2012-03-13 16:01:07 +01:00
load.js Rename ImportSvg to SvgImporter, and ExportSvg to SvgExporter. 2012-11-02 17:40:07 -07:00
Path.js Cleanup last merged pull request. 2012-03-01 17:06:39 +01:00
Path_Bounds.js Rename Item#applyMatrix() to shorter #apply(). 2011-12-23 22:41:05 +01:00
Path_Curves.js Cleanup code. 2012-04-25 20:47:53 +02:00
Path_Drawing_Commands.js Remove debug logging. 2011-07-04 20:09:49 +02:00
Path_Length.js Rename Curve#getParameter(length) -> Curve#getParameterAt(offset) 2011-07-06 23:13:38 +02:00
Path_Shapes.js Update copyright notices. 2011-07-01 12:17:45 +02:00
PathStyle.js Rename RGBColor -> RgbColor, to avoid clash with native constructor, and follow same naming convention for HsbColor and HslColor, but keep references to old names for PaperScript scopes for now. 2011-11-10 19:16:34 +01:00
PlacedSymbol.js Now that Path#strokeBounds produces correct results, the tests need fixing too. 2011-12-20 22:04:55 +01:00
Point.js Update copyright notices. 2011-07-01 12:17:45 +02:00
Project.js Update copyright notices. 2011-07-01 12:17:45 +02:00
Rectangle.js Update copyright notices. 2011-07-01 12:17:45 +02:00
Segment.js Add failing test where new Segment(size) creates a Segment with Segment#point: {x: NaN, y: NaN}. 2011-07-13 12:55:25 +02:00
Size.js Update copyright notices. 2011-07-01 12:17:45 +02:00
SvgExporter.js Start restructuring SvgExporter, similar to SvgImporter. 2012-11-03 23:43:45 -07:00
SvgImporter.js Fix SVGImporter tests for all polygon related code. 2012-11-02 19:10:58 -07:00