We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8380 commit 3e1ccdfCopy full SHA for 3e1ccdf
2 files changed
bin/contact.ts
@@ -12,6 +12,7 @@ registerWindow(window, document);
12
13
// create canvas
14
const canvas = SVG(document.documentElement) as Svg;
15
+canvas.fill("#fff");
16
17
const tileSizeOuter = 200;
18
const tileSizeInner = 150;
contact.svg
30 Bytes
0 commit comments