latin: 5-point tactile alphabet
[sheet.git] / writing-latn.inc.pl
index be639c65c71afbbfab25aa724e186370dc17fcd8..bfb14de6f8e7abf77310a772b61bed316eeb2cf5 100644 (file)
@@ -27,6 +27,21 @@ my %C = qw(red #EC1C24  blue #3953A3  yellow #F9EC31  black #231F20);
        806a9c    89Aa9c    800a9c945aaa
 }],
 'Braille' => [qw{ ⠁ ⠃ ⠉ ⠙ ⠑ ⠋ ⠛ ⠓ ⠊ ⠚ ⠅ ⠇ ⠍ ⠝ ⠕ ⠏ ⠟ ⠗ ⠎ ⠞ ⠥ ⠧ ⠺ ⠭ ⠽ ⠵ }],
+'5-point Tactile' => [
+       map { '<svg width="9" height="12" viewBox="0 0 18 24">'.$_.'</svg>' }
+       map {
+               join '', map { sprintf '<circle cx="%d" cy="%d" r="4"/>',
+                       !$_ ?  9 : $_ & 1 ? 4 : 14,
+                       !$_ ? 12 : $_ < 3 ? 4 : 20,
+               } split //
+       }
+       qw{
+               4 234 012 14 0 014 023 12
+               02 024 0134 23 013 03 01 123
+               0124 13 04 1 34 0123 134 0234
+               034 124
+       }
+],
 'Morse' => [map {tr/.-/‧‑/r} qw{
        .- -... -.-. -.. . ..-. --. .... .. .--- -.- .-.. --
        -. --- .--. --.- .-. ... - ..- ...- .-- -..- -.-- --..