Prebuilt module for commit aec1c2c138

This commit is contained in:
Paper.js Bot 2019-07-12 10:09:47 +00:00
parent 1de6d79cba
commit 51ab2b7af3
6 changed files with 24 additions and 15 deletions

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Fri Jul 12 11:57:33 2019 +0200 * Date: Fri Jul 12 12:06:26 2019 +0200
* *
*** ***
* *
@ -5586,7 +5586,10 @@ var SymbolItem = Item.extend({
}, },
_hitTestSelf: function(point, options, viewMatrix) { _hitTestSelf: function(point, options, viewMatrix) {
var all = options.all;
delete options.all;
var res = this._definition._item._hitTest(point, options, viewMatrix); var res = this._definition._item._hitTest(point, options, viewMatrix);
options.all = all;
if (res) if (res)
res.item = this; res.item = this;
return res; return res;

5
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Fri Jul 12 11:57:33 2019 +0200 * Date: Fri Jul 12 12:06:26 2019 +0200
* *
*** ***
* *
@ -5583,7 +5583,10 @@ var SymbolItem = Item.extend({
}, },
_hitTestSelf: function(point, options, viewMatrix) { _hitTestSelf: function(point, options, viewMatrix) {
var all = options.all;
delete options.all;
var res = this._definition._item._hitTest(point, options, viewMatrix); var res = this._definition._item._hitTest(point, options, viewMatrix);
options.all = all;
if (res) if (res)
res.item = this; res.item = this;
return res; return res;

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. * All rights reserved.
* *
* Date: Fri Jul 12 11:57:33 2019 +0200 * Date: Fri Jul 12 12:06:26 2019 +0200
* *
*** ***
* *
@ -5586,7 +5586,10 @@ var SymbolItem = Item.extend({
}, },
_hitTestSelf: function(point, options, viewMatrix) { _hitTestSelf: function(point, options, viewMatrix) {
var all = options.all;
delete options.all;
var res = this._definition._item._hitTest(point, options, viewMatrix); var res = this._definition._item._hitTest(point, options, viewMatrix);
options.all = all;
if (res) if (res)
res.item = this; res.item = this;
return res; return res;

File diff suppressed because one or more lines are too long

2
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Fri Jul 12 11:57:33 2019 +0200 * Date: Fri Jul 12 12:06:26 2019 +0200
* *
* This is an auto-generated type definition. * This is an auto-generated type definition.
*/ */