Prebuilt module for commit 91d3499191

This commit is contained in:
Paper.js Bot 2018-10-14 21:16:47 +00:00
parent bd082e3faa
commit 0598871048
5 changed files with 19 additions and 22 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Oct 15 04:44:22 2018 +0900
* Date: Sun Oct 14 23:12:03 2018 +0200
*
***
*
@ -4559,8 +4559,7 @@ new function() {
if (itemSelected)
this._drawSelected(ctx, mx, selectionItems);
if (positionSelected) {
var pos = this.getPosition(true),
point = this.parent ? this.parent.localToGlobal(pos) : pos,
var point = mx._transformPoint(this.getPosition(true)),
x = point.x,
y = point.y;
ctx.beginPath();

5
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Oct 15 04:44:22 2018 +0900
* Date: Sun Oct 14 23:12:03 2018 +0200
*
***
*
@ -4559,8 +4559,7 @@ new function() {
if (itemSelected)
this._drawSelected(ctx, mx, selectionItems);
if (positionSelected) {
var pos = this.getPosition(true),
point = this.parent ? this.parent.localToGlobal(pos) : pos,
var point = mx._transformPoint(this.getPosition(true)),
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: Mon Oct 15 04:44:22 2018 +0900
* Date: Sun Oct 14 23:12:03 2018 +0200
*
***
*
@ -4559,8 +4559,7 @@ new function() {
if (itemSelected)
this._drawSelected(ctx, mx, selectionItems);
if (positionSelected) {
var pos = this.getPosition(true),
point = this.parent ? this.parent.localToGlobal(pos) : pos,
var point = mx._transformPoint(this.getPosition(true)),
x = point.x,
y = point.y;
ctx.beginPath();

File diff suppressed because one or more lines are too long