mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 04:05:19 +01:00
Update renderElement.ts
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user