mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit ab24f92373
This commit is contained in:
parent
bcf8a1fd4b
commit
fa1aa02038
5 changed files with 11 additions and 11 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: Sun Jun 19 10:55:04 2016 +0200
|
||||
* Date: Sun Jun 19 11:02:54 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -12216,7 +12216,7 @@ new function() {
|
|||
point = this.getEventPoint(event);
|
||||
|
||||
var inView = this.getBounds().contains(point),
|
||||
hit = inView && view._project.hitTest(point, {
|
||||
hit = hitItems && inView && view._project.hitTest(point, {
|
||||
tolerance: 0,
|
||||
fill: true,
|
||||
stroke: true
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Jun 19 10:55:04 2016 +0200
|
||||
* Date: Sun Jun 19 11:02:54 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -12216,7 +12216,7 @@ new function() {
|
|||
point = this.getEventPoint(event);
|
||||
|
||||
var inView = this.getBounds().contains(point),
|
||||
hit = inView && view._project.hitTest(point, {
|
||||
hit = hitItems && inView && view._project.hitTest(point, {
|
||||
tolerance: 0,
|
||||
fill: true,
|
||||
stroke: true
|
||||
|
|
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: Sun Jun 19 10:55:04 2016 +0200
|
||||
* Date: Sun Jun 19 11:02:54 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -12216,7 +12216,7 @@ new function() {
|
|||
point = this.getEventPoint(event);
|
||||
|
||||
var inView = this.getBounds().contains(point),
|
||||
hit = inView && view._project.hitTest(point, {
|
||||
hit = hitItems && inView && view._project.hitTest(point, {
|
||||
tolerance: 0,
|
||||
fill: true,
|
||||
stroke: true
|
||||
|
|
6
dist/paper-full.min.js
vendored
6
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue