Web Dev Solutions

Catalin Mititiuc

From df548e8425a0c751eedb10ce96d66d74acc24e83 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 21 Mar 2024 12:27:15 -0700 Subject: WIP: polyline firing arc --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 5d3598c..44c44ae 100644 --- a/style.css +++ b/style.css @@ -38,10 +38,15 @@ polygon { } line.firing-arc { - stroke: black; + stroke: none; /* transform: scale(2); */ } +polyline.firing-arc { + stroke: black; + stroke-width: 5px; +} + image#img1 { transform: scale(3.41) rotate(-0.15deg); /* opacity: 0.33; */ -- cgit v1.2.3