mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update renderScene.ts
This commit is contained in:
parent
9653d676fe
commit
16d2345273
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ const renderLinkIcon = (
|
|||
window.devicePixelRatio * appState.zoom.value,
|
||||
window.devicePixelRatio * appState.zoom.value,
|
||||
);
|
||||
linkCanvasCacheContext.fillStyle = "#fff";
|
||||
linkCanvasCacheContext.fillStyle = "transparent";
|
||||
linkCanvasCacheContext.fillRect(0, 0, width, height);
|
||||
linkCanvasCacheContext.drawImage(EXTERNAL_LINK_IMG, 0, 0, width, height);
|
||||
linkCanvasCacheContext.restore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue