From: Ian Jackson Date: Sun, 17 Apr 2022 22:46:15 +0000 (+0100) Subject: script.ts: Fix a uk spelling of "mitre" X-Git-Tag: otter-1.1.0~498 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=85d753cd06e455c47c3eeb2a0c4b53030a51ee74;p=otter.git 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 --- 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">