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);
-
-