X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/344c5c6bf56aca4d4117ed70dbd007c3f2a5e135..13f2249ae67b02bfe7956adda2d83e32017979df:/writing-latn.inc.pl diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index fb22bbb..e259da5 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -220,6 +220,22 @@ my %C = qw(red #EC1C24 blue #3953A3 yellow #F9EC31 black #231F20); ) ], 'Pigpen' => [qw( ᒧ ᑌ ᒪ ᑐ □ ᑕ ᒣ ᑎ ᒥ ᒲ ᕫ ᒷ ᕭ 🞔 ᕮ ᒬ ᕬ ᒯ ᐯ ᐳ ᐸ ᐱ ᐁ ᐅ ᐊ ᐃ )], +'Nyctographs' => [ + map { s/M[\d,\hM]+(?=[M"])//gr } # clean up superfluous moves + map { sprintf + '' + . '', + ' 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 + ), +], 'Wingdings' => [qw{ ✌ 👌 👍 👎 ☜ ☞ ☝ ☟ ✋ ☺ 😐 ☹ 💣 ☠ ⚐ 🏱 ✈ ☼ 💧 ❄ 🕆 ✞ 🕈 ✠ ✡ ☪ }], 'Chromacons' => [ # Colour Alphabet by Paul Green-Armytage (2010)