Commit | Line | Data |
---|---|---|
35574351 TC |
1 | Revision history for Perl extension Graph::Imager. |
2 | ||
bfcf9414 TC |
3 | Imager-Graph 0.04 |
4 | ================= | |
5 | ||
6 | - skip all tests if we can't load the font | |
7 | ||
8 | - Save test results to ppm, so we can generate images even if we don't | |
9 | have PNG support in Imager. | |
10 | ||
11 | - instead of the old draw-no-aa-then-blur-the-result hack, we now use | |
12 | arc()'s aa option | |
13 | ||
14 | - tests now use Test::More | |
15 | ||
16 | - remove the old circle fudge hack, since Imager fixed arc fills a | |
17 | while ago | |
18 | ||
19 | - strictify Makefile.PL, include the LICENSE, use the correct version | |
20 | check for including the extra WriteMakefile keys | |
21 | ||
22 | Imager-Graph 0.02 Sat Oct 6 20:36:31 2001 | |
23 | ================= | |
24 | ||
35574351 TC |
25 | - replace ImUgly.ttf with a new version where % renders on my older PC |
26 | - remove some old test code that printed the Imager version | |
27 | - moved into local CVS to simplify cross-platform tests | |
28 | ||
bfcf9414 TC |
29 | Imager-Graph 0.01 Tue Sep 12 23:03:25 2001 |
30 | ================= | |
31 | ||
35574351 TC |
32 | - original version; created by h2xs 1.19 |
33 | - can draw some nice pie graphs |