Web Dev Solutions

Catalin Mititiuc

From 45cfef270fef8f46f24c552a0fa8e7cfe02e2f82 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 29 Mar 2024 16:30:43 -0700 Subject: Use matrix transform to calculate counter coordinates --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 67c99ba..68e5294 100644 --- a/style.css +++ b/style.css @@ -74,8 +74,8 @@ div#content { svg > defs > #point { fill: transparent; - stroke: red; - stroke-width: 1px; + stroke: black; + stroke-width: 0.5px; } use[href="#point"] { @@ -90,6 +90,10 @@ g#points { transform: translate(19px, 31px) scale(4); } +g#test { + transform: scale(2); +} + #background { fill: #bacae3; } -- cgit v1.2.3