- or download this
[
'key.svg',
...
'Horror.svg',
'Alices_Hazzard.svg'
];
- or download this
[
'key',
...
'Horror',
'Alices Hazzard'
];
- or download this
my $magic = crossover_magic(); # no big svgs here, s
+o no $opt{big}
...
my $magic = crossover_magic( big => ['Departing from Westphall']);
# I prefer
my $magic = crossover_magic( big => ['Westphall']);
- or download this
sub textify {
my ($text, $opt) = @_;
...
# I could not remember what the previous line was doing.
return $text;
}