paper.js/test/tests
2012-12-01 12:31:22 -08:00
..
Color.js Rename Color#toCssString() to #toCss(), and only include alpha if its < 1. 2012-12-01 12:31:22 -08:00
CompoundPath.js Define more simplified test-case for same bug that affects SVG compound path cloning. 2012-12-01 11:14:13 -08:00
Group.js Fix problem when calling new Group([]). 2012-11-06 18:07:51 +01:00
HitResult.js Support hit-testing of placed-symbols and add test. Closes #131. 2012-11-23 20:29:36 +01: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 test for bounds of path item inside transformed group. 2012-11-28 18:25:20 +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 insertBelow for Layer objects 2012-11-19 23:41:04 -05:00
load.js Convert SvgExporter / SvgImporter code to function scopes that only expose functionality through methods on Item and Project. 2012-11-06 13:07:18 -08: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 Keep Path#curves in sync properly when removing the last segment of an open path. 2012-11-23 13:58:13 -08: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 Rename Path.Oval() to Path.Ellipse(), and deprecate Path.Oval(). 2012-11-06 11:37:00 -08: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
SvgExport.js Fixed a leaky global in the SvgExport test 2012-11-21 00:30:18 +00:00
SvgImport.js Define failing test for cloning complex imported SVG compound paths. 2012-12-01 11:05:48 -08:00