mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Set a strokeColor, as the default seems to be invisible?
This commit is contained in:
parent
3e4c49cb44
commit
95e39bcf30
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
var path;
|
||||
function onMouseDown(event) {
|
||||
path = new Path();
|
||||
path.strokeColor = '#000000';
|
||||
}
|
||||
|
||||
var mul = 1;
|
||||
|
|
Loading…
Reference in a new issue