From e70e704b15e8e3a2ffd207d4251dbeb19e0b39ff Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 6 Jul 2019 08:19:28 -0700 Subject: [PATCH] SVG is supported by enough browsers; default to it in version.cgi - Thanks to James Clarke for the impetus to make this change --- cgi/version.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/version.cgi b/cgi/version.cgi index 36e3ee8..cd50433 100755 --- a/cgi/version.cgi +++ b/cgi/version.cgi @@ -72,7 +72,7 @@ my %cgi_var = cgi_parameters(query => $q, fixed => [], ignore_boring => 1, collapse => 0, - format => 'png', + format => 'svg', width => undef, height => undef, info => 0, -- 2.39.2