From 5e3ab2c7ed43dc0386a67d3b3803599073a35a0d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 18 May 2022 17:19:49 +0200 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20Don=E2=80=99t=20fill=20the=20smoothi?= =?UTF-8?q?ng=20circle=20so=20day=20parts=20remain=20visible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 3b7afde..de69865 100644 --- a/src/main.rs +++ b/src/main.rs @@ -214,6 +214,7 @@ fn gen_svg() -> Document { .blue-hour {stroke: none; fill: rgb(9, 1, 119);} .golden-hour {stroke: none; fill: rgb(170, 132, 44);} .day-time {stroke: none; fill: rgb(125, 197, 240);} + .marker {stroke: rgb(19, 17, 30); stroke-width: 2px; fill: none;} .moon-background {stroke: rgb(170, 170, 170); stroke-width: 2px; fill: rgb(19, 17, 30);} .moon {stroke: none; fill: rgb(170, 170, 170);} .sun {stroke: none; fill: rgb(238, 187, 85);}