mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit 4003a8e913
This commit is contained in:
parent
72932553a8
commit
4562dc4f34
5 changed files with 10 additions and 10 deletions
4
dist/docs/assets/js/paper.js
vendored
4
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Mar 23 13:13:32 2017 +0100
|
||||
* Date: Mon Apr 10 09:21:08 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9449,7 +9449,7 @@ Path.inject({ statics: new function() {
|
|||
path = new Path(props && props.insert == false && Item.NO_INSERT);
|
||||
path._add(segments);
|
||||
path._closed = closed;
|
||||
return path.set(props);
|
||||
return path.set(props, {insert: true});
|
||||
}
|
||||
|
||||
function createEllipse(center, radius, args) {
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Mar 23 13:13:32 2017 +0100
|
||||
* Date: Mon Apr 10 09:21:08 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9449,7 +9449,7 @@ Path.inject({ statics: new function() {
|
|||
path = new Path(props && props.insert == false && Item.NO_INSERT);
|
||||
path._add(segments);
|
||||
path._closed = closed;
|
||||
return path.set(props);
|
||||
return path.set(props, {insert: true});
|
||||
}
|
||||
|
||||
function createEllipse(center, radius, args) {
|
||||
|
|
4
dist/paper-core.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Mar 23 13:13:32 2017 +0100
|
||||
* Date: Mon Apr 10 09:21:08 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -9449,7 +9449,7 @@ Path.inject({ statics: new function() {
|
|||
path = new Path(props && props.insert == false && Item.NO_INSERT);
|
||||
path._add(segments);
|
||||
path._closed = closed;
|
||||
return path.set(props);
|
||||
return path.set(props, {insert: true});
|
||||
}
|
||||
|
||||
function createEllipse(center, radius, args) {
|
||||
|
|
4
dist/paper-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue