mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update renderElement.ts
This commit is contained in:
parent
2eb259ae48
commit
82e56919ca
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ const drawElementOnCanvas = (
|
|||
}
|
||||
|
||||
context.fillStyle = element.strokeColor;
|
||||
if(Math.random()>0.5) context.fill(path);
|
||||
context.fill(path);
|
||||
|
||||
context.restore();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue