Mailing List Archive

svn commit: r329294 - /spamassassin/trunk/masses/rule-qa/rule-hits-over-time
Author: jm
Date: Fri Oct 28 13:54:51 2005
New Revision: 329294

URL: http://svn.apache.org/viewcvs?rev=329294&view=rev
Log:
lets use GIF so that the old 'Windows cannot deal with PNG' bug doesn't hit us

Modified:
spamassassin/trunk/masses/rule-qa/rule-hits-over-time

Modified: spamassassin/trunk/masses/rule-qa/rule-hits-over-time
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/rule-hits-over-time?rev=329294&r1=329293&r2=329294&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/rule-hits-over-time (original)
+++ spamassassin/trunk/masses/rule-qa/rule-hits-over-time Fri Oct 28 13:54:51 2005
@@ -158,7 +158,7 @@
plot_gd();
}

-my $format = "png";
+my $format = "gif";
# my $format = $gd->export_format;

if (!$graph_files_individually) {
@@ -190,7 +190,7 @@
close IMG;
}

- $both->png();
+ $both->gif();
}
else {
warn "TODO: cannot produce combined images in multi-file mode";