mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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;
|
var path;
|
||||||
function onMouseDown(event) {
|
function onMouseDown(event) {
|
||||||
path = new Path();
|
path = new Path();
|
||||||
|
path.strokeColor = '#000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
var mul = 1;
|
var mul = 1;
|
||||||
|
|
Loading…
Reference in a new issue