mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
Just a bit more font height.
This commit is contained in:
parent
f780a801f4
commit
1f73ab6856
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ for my $logname (sort @logs) {
|
|||
if (-f $logname) {parselog($logname);}
|
||||
}
|
||||
|
||||
my $fontheight = 11;
|
||||
my $lineheight = 13;
|
||||
my $fontheight = 12;
|
||||
my $lineheight = 15;
|
||||
|
||||
sub svgtext {
|
||||
my ($f, $x, $y, $colour, $msg) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue