Prebuilt module for commit 4003a8e913

This commit is contained in:
Paper.js Bot 2017-04-10 07:27:47 +00:00
parent 72932553a8
commit 4562dc4f34
5 changed files with 10 additions and 10 deletions

View file

@ -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
View file

@ -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) {

File diff suppressed because one or more lines are too long

4
dist/paper-full.js vendored
View file

@ -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) {

File diff suppressed because one or more lines are too long