mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit a6174d45a0
This commit is contained in:
parent
42f3f8daa1
commit
fc76d943c1
6 changed files with 6 additions and 6 deletions
2
dist/docs/assets/js/paper.js
vendored
2
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Apr 23 17:22:04 2017 +0200
|
||||
* Date: Sun May 28 11:04:11 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/docs/classes/Tool.html
vendored
2
dist/docs/classes/Tool.html
vendored
|
@ -30,7 +30,7 @@ var path;
|
|||
|
||||
// Only execute onMouseDrag when the mouse
|
||||
// has moved at least 10 points:
|
||||
tool.distanceThreshold = 10;
|
||||
tool.minDistance = 10;
|
||||
|
||||
tool.onMouseDown = function(event) {
|
||||
// Create a new path every time the mouse is clicked
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Apr 23 17:22:04 2017 +0200
|
||||
* Date: Sun May 28 11:04:11 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Apr 23 17:22:04 2017 +0200
|
||||
* Date: Sun May 28 11:04:11 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.js
vendored
2
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Apr 23 17:22:04 2017 +0200
|
||||
* Date: Sun May 28 11:04:11 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Apr 23 17:22:04 2017 +0200
|
||||
* Date: Sun May 28 11:04:11 2017 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue