mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
rrd graphs: Switch to SVG output format
The vector graphics can be scaled without becoming blurred. Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de> Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org> Tested-by: Bernhard Bitsch <bbitsch@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
999b71cf47
commit
fd7a022630
@@ -40,7 +40,7 @@ my $ERROR;
|
||||
|
||||
my @GRAPH_ARGS = (
|
||||
# Output format
|
||||
"--imgformat", "PNG",
|
||||
"--imgformat", "SVG",
|
||||
|
||||
# No border
|
||||
"--border", "0",
|
||||
|
||||
Reference in New Issue
Block a user