From 85d753cd06e455c47c3eeb2a0c4b53030a51ee74 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Apr 2022 23:46:15 +0100 Subject: [PATCH] script.ts: Fix a uk spelling of "mitre" CSS wants "miter". This was producing a message on the JS console. I have a feeling some of the code here existed to work around not being able to get mitre to work properly. but I CBA to look into that now. Signed-off-by: Ian Jackson --- templates/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script.ts b/templates/script.ts index 8fb6296a..c24ef095 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -1568,7 +1568,7 @@ function movehist_record(ent: MoveHistEnt) { refX="${sz}" refY="${sz/2}" markerWidth="${sz + 2}" markerHeight="${sz}" stroke="yellow" fill="none" - orient="auto-start-reverse" stroke-linejoin="mitre"> + orient="auto-start-reverse" stroke-linejoin="miter">