From 35b20110403e477d69fa6c8dca63c33bfcc0fff7 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 17 Dec 2022 15:54:30 -0600 Subject: [PATCH] Fix svg antialiasing shape path gaps --- src/components/BoxGraphic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BoxGraphic.tsx b/src/components/BoxGraphic.tsx index 720abad..7117821 100644 --- a/src/components/BoxGraphic.tsx +++ b/src/components/BoxGraphic.tsx @@ -25,7 +25,7 @@ const {A, B, C, D, E, F, Z} = points; const BoxGraphic = ({children, className}: BoxGraphicProps) => { return - +