Skip to content

Commit 3e1ccdf

Browse files
committed
Hopefully adding white background to contact sheet
1 parent 66b8380 commit 3e1ccdf

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

bin/contact.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ registerWindow(window, document);
1212

1313
// create canvas
1414
const canvas = SVG(document.documentElement) as Svg;
15+
canvas.fill("#fff");
1516

1617
const tileSizeOuter = 200;
1718
const tileSizeInner = 150;

contact.svg

30 Bytes
Loading

0 commit comments

Comments
 (0)