mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
10% increase of build status font height.
This commit is contained in:
parent
bb519dc27a
commit
f780a801f4
1 changed files with 2 additions and 2 deletions
|
|
@ -102,13 +102,13 @@ for my $logname (sort @logs) {
|
|||
if (-f $logname) {parselog($logname);}
|
||||
}
|
||||
|
||||
my $fontheight = 10;
|
||||
my $fontheight = 11;
|
||||
my $lineheight = 13;
|
||||
|
||||
sub svgtext {
|
||||
my ($f, $x, $y, $colour, $msg) = @_;
|
||||
print $f '<text x="', $x;
|
||||
print $f '" y="', ($y+1)*$lineheight + $fontheight/2;
|
||||
print $f '" y="', ($y+1)*$lineheight + $fontheight*0.4;
|
||||
print $f '" font-family="Verdana" font-size="', $fontheight, 'px" fill="';
|
||||
print $f $colour;
|
||||
print $f '">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue