From: Don Armstrong Date: Sat, 6 Jul 2019 15:19:28 +0000 (-0700) Subject: SVG is supported by enough browsers; default to it in version.cgi X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=e70e704b15e8e3a2ffd207d4251dbeb19e0b39ff SVG is supported by enough browsers; default to it in version.cgi - Thanks to James Clarke for the impetus to make this change --- 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,