mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
parent
a7fb971560
commit
a6174d45a0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* // 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
|
||||
|
|
Loading…
Reference in a new issue