mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit 66305cbbaf
This commit is contained in:
parent
a5bc0031ac
commit
a00e1ec1e6
16 changed files with 16 additions and 16 deletions
2
dist/docs/assets/js/paper.js
vendored
2
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Dec 1 21:45:38 2016 -0500
|
||||
* Date: Sun Dec 18 21:41:42 2016 -0500
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/docs/classes/CompoundPath.html
vendored
2
dist/docs/classes/CompoundPath.html
vendored
|
@ -1418,7 +1418,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/Group.html
vendored
2
dist/docs/classes/Group.html
vendored
|
@ -1286,7 +1286,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/Item.html
vendored
2
dist/docs/classes/Item.html
vendored
|
@ -1039,7 +1039,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/Layer.html
vendored
2
dist/docs/classes/Layer.html
vendored
|
@ -1200,7 +1200,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/Path.html
vendored
2
dist/docs/classes/Path.html
vendored
|
@ -4151,7 +4151,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/PathItem.html
vendored
2
dist/docs/classes/PathItem.html
vendored
|
@ -2880,7 +2880,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/PointText.html
vendored
2
dist/docs/classes/PointText.html
vendored
|
@ -1209,7 +1209,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/Raster.html
vendored
2
dist/docs/classes/Raster.html
vendored
|
@ -2022,7 +2022,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/Shape.html
vendored
2
dist/docs/classes/Shape.html
vendored
|
@ -1764,7 +1764,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/SymbolItem.html
vendored
2
dist/docs/classes/SymbolItem.html
vendored
|
@ -1180,7 +1180,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/docs/classes/TextItem.html
vendored
2
dist/docs/classes/TextItem.html
vendored
|
@ -1297,7 +1297,7 @@ console.log(path.parent == group); // true</code></pre>
|
|||
console.log(path.parent == project.activeLayer); // true
|
||||
|
||||
var group = new Group();
|
||||
group.parent = path;
|
||||
path.parent = group;
|
||||
|
||||
// Now the parent of the path has become the group:
|
||||
console.log(path.parent == group); // true
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Dec 1 21:45:38 2016 -0500
|
||||
* Date: Sun Dec 18 21:41:42 2016 -0500
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Dec 1 21:45:38 2016 -0500
|
||||
* Date: Sun Dec 18 21:41:42 2016 -0500
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.js
vendored
2
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Dec 1 21:45:38 2016 -0500
|
||||
* Date: Sun Dec 18 21:41:42 2016 -0500
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Dec 1 21:45:38 2016 -0500
|
||||
* Date: Sun Dec 18 21:41:42 2016 -0500
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue