Skip to content

Commit

Permalink
For reals this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Oct 5, 2021
1 parent 3e1ccdf commit 2117ec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/contact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ registerWindow(window, document);

// create canvas
const canvas = SVG(document.documentElement) as Svg;
canvas.fill("#fff");

const tileSizeOuter = 200;
const tileSizeInner = 150;
Expand Down Expand Up @@ -78,6 +77,7 @@ nestedSheets.forEach((sheet) => {
const height = currY;
const width = tileSizeOuter * numimgswide;
canvas.size(width, height);
canvas.rect(width, height).fill("#fff").back();

// tslint:disable-next-line: no-console
console.log(canvas.svg());
Binary file modified contact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2117ec4

Please sign in to comment.