Skip to content

Commit 2117ec4

Browse files
committed
For reals this time
1 parent 3e1ccdf commit 2117ec4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

bin/contact.ts

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

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

1716
const tileSizeOuter = 200;
1817
const tileSizeInner = 150;
@@ -78,6 +77,7 @@ nestedSheets.forEach((sheet) => {
7877
const height = currY;
7978
const width = tileSizeOuter * numimgswide;
8079
canvas.size(width, height);
80+
canvas.rect(width, height).fill("#fff").back();
8181

8282
// tslint:disable-next-line: no-console
8383
console.log(canvas.svg());

contact.svg

80 Bytes
Loading

0 commit comments

Comments
 (0)