We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcde06e commit b2022baCopy full SHA for b2022ba
1 file changed
assets/js/hashArt.js
@@ -42,7 +42,7 @@ function gridToSvg(grid) {
42
if (grid[y][x]) {
43
44
const fillValue = grid[y][x] ? 'hsl(0deg 0% 0%)' : 'hsl(0deg 0% 100%)';
45
- svg += `<rect x="${x}" y="${y}" width="1.02" height="1.02" fill="${fillValue}"></rect>`;
+ svg += `<rect x="${x}" y="${y}" width="1.1" height="1.1" fill="${fillValue}"></rect>`;
46
}
47
48
0 commit comments