latin: drop wingdings
[sheet.git] / writing-latn.inc.pl
index fb22bbb94692f39fcc901f39d9fff510cb45c313..3554f3e4ab5ea67d7e9acdf83a056a0e59dcc54b 100644 (file)
@@ -220,7 +220,22 @@ my %C = qw(red #EC1C24  blue #3953A3  yellow #F9EC31  black #231F20);
        )
 ],
 'Pigpen' => [qw( ᒧ ᑌ ᒪ  ᑐ □ ᑕ  ᒣ ᑎ ᒥ  ᒲ ᕫ ᒷ  ᕭ 🞔 ᕮ ᒬ ᕬ ᒯ  ᐯ ᐳ ᐸ ᐱ  ᐁ ᐅ ᐊ ᐃ  )],
-'Wingdings' => [qw{ ✌ 👌 👍 👎 ☜ ☞ ☝ ☟ ✋ ☺ 😐 ☹ 💣 ☠ ⚐ 🏱 ✈ ☼ 💧 ❄ 🕆 ✞ 🕈 ✠ ✡ ☪ }],
+'Nyctographs' => [
+       map { s/M[\d,\hM]+(?=[M"])//gr }  # clean up superfluous moves
+       map { sprintf
+               '<svg width="14" height="14" viewBox="-.5 -.5 5 5">'
+               . '<path%s d="M0,0%s %s4,0 %s4,4 %s0,4 %s0,0"/></svg>',
+               ' stroke="black" stroke-linecap="round" stroke-linejoin="round" fill="none"',
+               'h.5v.5h-.5v-.5',  # start anchor
+               map { ['M', 'h0M', 'L']->[$_] }
+               split //, $_
+       }
+       # draw style (0=empty, 1=dot, 2=line connect) to right, down, left, up
+       qw(
+               0010 0112 2022 2220 2000 2012 0122 0202 0020 0220 0012 0022 2202
+               0222 2222 0102 0200 2201 2002 2200 0100 0110 0120 2001 2010 2020
+       ),
+],
 'Chromacons' => [
        # Colour Alphabet by Paul Green-Armytage (2010)
        map { sprintf '<span style="background:#%s" title="%s">%s</span>', split(/:/, $_), chr(8195) }