Update renderElement.ts
This commit is contained in:
parent
2eb259ae48
commit
82e56919ca
@ -228,7 +228,7 @@ const drawElementOnCanvas = (
|
|||||||
}
|
}
|
||||||
|
|
||||||
context.fillStyle = element.strokeColor;
|
context.fillStyle = element.strokeColor;
|
||||||
if(Math.random()>0.5) context.fill(path);
|
context.fill(path);
|
||||||
|
|
||||||
context.restore();
|
context.restore();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user