diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index a031496d..133e5d50 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Mon Apr 10 09:30:52 2017 +0200 + * Date: Thu Apr 13 12:24:56 2017 +0200 * *** * diff --git a/dist/docs/classes/CompoundPath.html b/dist/docs/classes/CompoundPath.html index ddbf0a59..c1ff2f25 100644 --- a/dist/docs/classes/CompoundPath.html +++ b/dist/docs/classes/CompoundPath.html @@ -202,7 +202,7 @@ path.fillColor = 'black';
The first Segment contained within the compound-path, a short-cut to calling Path#getFirstSegment() on Item#getFirstChild().
+The first Segment contained within the compound-path, a short-cut to calling path.firstSegment on item.firstChild.
Read only.
@@ -230,7 +230,7 @@ path.fillColor = 'black';The last Segment contained within the compound-path, a short-cut to calling Path#getLastSegment() on Item#getLastChild().
+The last Segment contained within the compound-path, a short-cut to calling Path#lastChild on item.lastChild.
Read only.
@@ -286,7 +286,7 @@ path.fillColor = 'black';The first Curve contained within the compound-path, a short-cut to calling Path#getFirstCurve() on Item#getFirstChild().
+The first Curve contained within the compound-path, a short-cut to calling path.firstCurve on item.firstChild.
Read only.
@@ -314,7 +314,7 @@ path.fillColor = 'black';The last Curve contained within the compound-path, a short-cut to calling Path#getLastCurve() on Item#getLastChild().
+The last Curve contained within the compound-path, a short-cut to calling path.lastCurve on item.lastChild.
Read only.
@@ -342,7 +342,7 @@ path.fillColor = 'black';The area that the compound-path’s geometry is covering, calculated by getting th ePath#getArea() of each sub-path and it adding up. Note that self-intersecting paths and sub-paths of different orientation can result in areas that cancel each other out.
+The area that the compound-path’s geometry is covering, calculated by getting the path.area of each sub-path and it adding up. Note that self-intersecting paths and sub-paths of different orientation can result in areas that cancel each other out.
Read only.
@@ -370,7 +370,7 @@ path.fillColor = 'black';The total length of all sub-paths in this compound-path, calculated by getting the Path#getLength() of each sub-path and it adding up.
+The total length of all sub-paths in this compound-path, calculated by getting the path.length of each sub-path and it adding up.
Read only.
diff --git a/dist/docs/classes/PaperScope.html b/dist/docs/classes/PaperScope.html index 7a06a407..615de8e6 100644 --- a/dist/docs/classes/PaperScope.html +++ b/dist/docs/classes/PaperScope.html @@ -111,8 +111,8 @@false
) — default: truefalse
) — default: true