Compare commits

...

1 Commits

Author SHA1 Message Date
zsviczian
16d2345273
Update renderScene.ts 2022-02-09 20:47:19 +01:00

View File

@ -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();