.. |
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 |
ExportSvg.js
|
Switch from using classes to object literals for SVG exporter / importer.
|
2012-11-02 16:19:45 -07:00 |
Group.js
|
Fix issue where adding the children of one group to another using Item#insertChildren / Item#addChildren does not work.
|
2012-10-06 13:08:07 +02:00 |
HitResult.js
|
Add failing tests.
|
2012-04-25 19:48:09 +02:00 |
ImportSvg.js
|
clean up ImportSvg tests.
|
2012-11-02 17:03:58 -07: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 SVG to Svg to follow naming convention.
|
2012-10-22 19:17:11 -04: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 |