Web Dev Solutions

Catalin Mititiuc

From 17e6864d69d62e6a5bd2c9a6408b3af77543dad7 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 22 Mar 2024 21:52:02 -0700 Subject: Fix corner finding algo for firing arc cone coverage --- style.css | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 549bd61..14e831b 100644 --- a/style.css +++ b/style.css @@ -7,8 +7,7 @@ body { } circle#point { - fill: black; - opacity: 0.1; + fill: transparent; } circle.counter[data-troop-allegiance="liao"] { @@ -33,8 +32,8 @@ rect#map { opacity: 0; } -polygon { - opacity: 0.33; +polygon.firing-arc { + opacity: 0.1; } button.set-firing-arc img { @@ -47,24 +46,6 @@ line.firing-arc { opacity: 0.1; } -polyline.firing-arc { - stroke: black; - stroke-width: 5px; - fill: none; -} - -polygon#sml-arc { - fill: red; -} - -polygon#med-arc { - fill: blue; -} - -polygon#lrg-arc { - fill: green; -} - image#img1 { transform: scale(3.41) rotate(-0.15deg); /* opacity: 0.33; */ @@ -89,10 +70,6 @@ image#img2 { transform: scale(0.26) translate(-2in, -2in); } -/* use[href="#point"] { - pointer-events: none; -} */ - #asterisk { font-size: 30; } -- cgit v1.2.3