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
94a9e82228
commit
2eb259ae48
1 changed files with 1 additions and 2 deletions
|
@ -227,9 +227,8 @@ const drawElementOnCanvas = (
|
|||
rc.draw(fillShape);
|
||||
}
|
||||
|
||||
window.navigator.clipboard.writeText(element.id);
|
||||
context.fillStyle = element.strokeColor;
|
||||
context.fill(path);
|
||||
if(Math.random()>0.5) context.fill(path);
|
||||
|
||||
context.restore();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue