improve comparison

This commit is contained in:
sayyadirfanali
2025-11-09 00:04:44 +05:30
parent 69f56b6d99
commit 4a81de064c
3 changed files with 13 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ my $text = [
system(join(' ',
"magick",
"-size 2000x2200 xc:\"#1A1A1A\" -gravity north -pointsize 128 -font Myna -strokewidth 1.2",
"-size 2000x2200 xc:\"#1a1a1a\" -gravity north -pointsize 128 -font Myna -strokewidth 1.2",
(map { "-fill $_->{col} -stroke $_->{col} -annotate +0+$_->{pos} \"$_->{string}\"" } $text->@*),
$ARGV[0]
))