X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c6516cb90abcb0a444a6b795f42ebf8a47e008fd..cf5d941b1a839d049b4f322caebaff605cdd4efc:/latin.plp diff --git a/latin.plp b/latin.plp index b79e33a..1dcd8c7 100644 --- a/latin.plp +++ b/latin.plp @@ -89,6 +89,10 @@ Html({ padding: 0.1em; margin-right: 0.2em; } + #unistrokes svg path { + stroke-linecap: round; + stroke-linejoin: round; + } svg path:not([fill]) { stroke: currentColor; @@ -130,12 +134,12 @@ else { say ''; for my $row (pairs @table) { - my ($title, $cells) = @{$row}; + my ($title, $info) = @{$row}; printf '', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr; say '', $title; my $colspan = 1; my $col = 0; - for (@{$cells}) { + for (@{ $info->{list} }) { $col++; if ($_ eq '>') { $colspan++;