From 78e2506d34f94e740122b1972f6b0f8bd386dd57 Mon Sep 17 00:00:00 2001 From: heyarne Date: Fri, 30 Jul 2021 09:42:56 +0200 Subject: [PATCH] Avoid flash of unstyled content --- views.janet | 1 + 1 file changed, 1 insertion(+) diff --git a/views.janet b/views.janet index b4dba97..580ed15 100644 --- a/views.janet +++ b/views.janet @@ -71,6 +71,7 @@ (+ height (* 2 radius))) :xmlns "http://www.w3.org/2000/svg" :style "overflow: visible"} + [:style "path { fill: none; stroke: none; }"] # avoid flash of unstyled content [:g {:transform "translate(0.5, 0.5"} (mapcat (fn [y]