From 2ba4a8a088b8b015d27f997c8e34965baa5692bc Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 5 Nov 2024 23:26:04 +0100 Subject: Add alphabets onto the plates --- index.html | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 31a4240..0e78684 100644 --- a/index.html +++ b/index.html @@ -12,17 +12,17 @@ svg { transform: none; transform-origin: 50% 50%; } -.pointer .plate path { - stroke: none; - stroke-width: none; -} .pointer path, .pointer circle { stroke: black; stroke-width: 1px; } -.pointer circle { - fill: transparent; +.pointer circle { fill: transparent; } +.plate text { font: 5px serif; } +.plate textPath { + dominant-baseline: central; + text-anchor: middle; } +.plate path { fill: none; } -- cgit v1.1