Prebuilt module for commit f7ce43a9e9

This commit is contained in:
Paper.js Bot 2018-10-06 11:21:47 +00:00
parent 5d3f890962
commit 1a98e43c27
6 changed files with 24 additions and 21 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Oct 5 20:14:20 2018 +0200
* Date: Sat Oct 6 12:58:21 2018 +0200
*
***
*
@ -4544,7 +4544,8 @@ new function() {
if (itemSelected)
this._drawSelected(ctx, mx, selectionItems);
if (positionSelected) {
var point = mx._transformPoint(this.getPosition(true)),
var pos = this.getPosition(true),
point = this.parent ? this.parent.localToGlobal(pos) : pos,
x = point.x,
y = point.y;
ctx.beginPath();

5
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Oct 5 20:14:20 2018 +0200
* Date: Sat Oct 6 12:58:21 2018 +0200
*
***
*
@ -4544,7 +4544,8 @@ new function() {
if (itemSelected)
this._drawSelected(ctx, mx, selectionItems);
if (positionSelected) {
var point = mx._transformPoint(this.getPosition(true)),
var pos = this.getPosition(true),
point = this.parent ? this.parent.localToGlobal(pos) : pos,
x = point.x,
y = point.y;
ctx.beginPath();

File diff suppressed because one or more lines are too long

5
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Oct 5 20:14:20 2018 +0200
* Date: Sat Oct 6 12:58:21 2018 +0200
*
***
*
@ -4544,7 +4544,8 @@ new function() {
if (itemSelected)
this._drawSelected(ctx, mx, selectionItems);
if (positionSelected) {
var point = mx._transformPoint(this.getPosition(true)),
var pos = this.getPosition(true),
point = this.parent ? this.parent.localToGlobal(pos) : pos,
x = point.x,
y = point.y;
ctx.beginPath();

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View file

@ -1975,7 +1975,7 @@
},
"gulp": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
"resolved": "http://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
"integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
"dev": true,
"requires": {