From cb3d59effa2774923fdd465cebbbf16f8025d3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 13 Jul 2011 13:30:22 +0100 Subject: [PATCH] Update dist version to 0.2. --- dist/docs/classes/CharacterStyle.html | 4 +- dist/docs/classes/CompoundPath.html | 125 +- dist/docs/classes/Curve.html | 66 +- dist/docs/classes/CurveLocation.html | 67 +- dist/docs/classes/GradientColor.html | 2 +- dist/docs/classes/GradientStop.html | 2 +- dist/docs/classes/Group.html | 119 +- dist/docs/classes/HSLColor.html | 729 +++++ dist/docs/classes/HitResult.html | 507 ++++ dist/docs/classes/Item.html | 119 +- dist/docs/classes/Layer.html | 121 +- dist/docs/classes/Matrix.html | 120 +- dist/docs/classes/Path.html | 145 +- dist/docs/classes/PathItem.html | 129 +- dist/docs/classes/PathStyle.html | 4 +- dist/docs/classes/PlacedItem.html | 3382 ++++++++++++++++++++++++ dist/docs/classes/PlacedSymbol.html | 164 +- dist/docs/classes/PointText.html | 119 +- dist/docs/classes/Raster.html | 162 +- dist/docs/classes/Rectangle.html | 4 +- dist/docs/classes/TextItem.html | 119 +- dist/docs/classes/ToolEvent.html | 32 + dist/docs/classes/index.html | 1 + dist/docs/resources/css/codemirror.css | 25 +- dist/docs/resources/js/codemirror.js | 2 +- dist/docs/resources/js/paper.js | 1767 ++++++------- dist/paper.js | 1105 ++++---- 27 files changed, 7341 insertions(+), 1800 deletions(-) create mode 100644 dist/docs/classes/HSLColor.html create mode 100644 dist/docs/classes/HitResult.html create mode 100644 dist/docs/classes/PlacedItem.html diff --git a/dist/docs/classes/CharacterStyle.html b/dist/docs/classes/CharacterStyle.html index 0fbfeac1..7b2ea6e5 100644 --- a/dist/docs/classes/CharacterStyle.html +++ b/dist/docs/classes/CharacterStyle.html @@ -150,7 +150,7 @@ text.characterStyle = { @@ -529,7 +529,7 @@ limit on the ratio of the miter length to the RGBColor / HSBColor / GrayColor + RGBColor / HSBColor / HSLColor / GrayColor diff --git a/dist/docs/classes/CompoundPath.html b/dist/docs/classes/CompoundPath.html index c63c4e86..7f9a8154 100644 --- a/dist/docs/classes/CompoundPath.html +++ b/dist/docs/classes/CompoundPath.html @@ -567,16 +567,16 @@ function onMouseDrag(event) { if (myPath) { myPath.remove(); } - + // Create a new path and add a segment point to it // at {x: 150, y: 150): myPath = new Path(); myPath.add(150, 150); - + // Draw an arc through the position of the mouse to 'toPoint' var toPoint = new Point(350, 150); myPath.arcTo(event.point, toPoint); - + // Select the path, so we can see its segments: myPath.selected = true; } @@ -1391,6 +1391,45 @@ circle2.opacity = 0.5; +
+ + +
+ +
+ +
+ + + +
+ + @@ -1910,7 +1981,7 @@ accessing item.children[item.children.length - 1].

@@ -2284,7 +2355,7 @@ miterLimit imposes a limit on the ratio of the miter length to the @@ -3481,18 +3552,18 @@ circle.scale(1.5, circle.bounds.bottomLeft);
-
-