From f930c28f099852b221cb7319600b28a721376477 Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Fri, 12 Apr 2024 14:04:29 -0700 Subject: [PATCH] use `fill` attribute instead of inline styles --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index b18daba..7d1da70 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,7 @@ const renderPixels = (hash: string) => { const pixelsToSvg = (pixels: Rectangle[]): string => { let xml = ` - ` + ` pixels.forEach((pixel) => { if (!pixel.isPixel) {