- round the dimensions used within the legend to integers to prevent
[imager-graph.git] / Changes
CommitLineData
54ada35d 1Revision history for Perl extension Imager::Graph.
35574351 2
f2351bc7
TC
3Imager-Graph 0.06 - unreleased
4=================
5
6 - Removed ancient Imager cruft from the documentation
7
379c5b02
TC
8 - round the dimensions used within the legend to integers to prevent
9 later truncation from causing uneven output.
10
f041f3f9 11Imager-Graph 0.05 - 17 December 2007
c96fb3d1
TC
12=================
13
14This release is an attempt to work around the inconsistent text output
15issues.
16
17 - created Imager::Font::Test which simply outputs boxes instead of
18 text to produce consistent graph images for comparison.
19
20
4f3ce9fd 21Imager-Graph 0.04 - 11 December 2007
bfcf9414
TC
22=================
23
4f3ce9fd
TC
24This is a clean up release, removing code required for ancient
25releases of Imager, and otherwise modernizing the code.
26
bfcf9414
TC
27 - skip all tests if we can't load the font
28
29 - Save test results to ppm, so we can generate images even if we don't
30 have PNG support in Imager.
31
32 - instead of the old draw-no-aa-then-blur-the-result hack, we now use
33 arc()'s aa option
34
35 - tests now use Test::More
36
37 - remove the old circle fudge hack, since Imager fixed arc fills a
38 while ago
39
40 - strictify Makefile.PL, include the LICENSE, use the correct version
41 check for including the extra WriteMakefile keys
42
54ada35d
TC
43 - various changes for Kwalitee
44
bb0de914
TC
45 - remove fancy_fills check, we now depend on an Imager release that
46 supports fountain fills.
47
bfcf9414
TC
48Imager-Graph 0.02 Sat Oct 6 20:36:31 2001
49=================
50
35574351
TC
51 - replace ImUgly.ttf with a new version where % renders on my older PC
52 - remove some old test code that printed the Imager version
53 - moved into local CVS to simplify cross-platform tests
54
bfcf9414
TC
55Imager-Graph 0.01 Tue Sep 12 23:03:25 2001
56=================
57
35574351
TC
58 - original version; created by h2xs 1.19
59 - can draw some nice pie graphs