Commit | Line | Data |
---|---|---|
54ada35d | 1 | Revision history for Perl extension Imager::Graph. |
35574351 | 2 | |
f2351bc7 TC |
3 | Imager-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 | ||
33a928b7 TC |
11 | - add horizontal legend boxes |
12 | ||
7b94e723 TC |
13 | - add a new style "primary" which is primary_red with a light grey |
14 | background, and made that the default, so the default graphs aren't | |
15 | quite so ugly. | |
16 | ||
26c93f46 TC |
17 | - zero-sized segments were drawn as covering the whole pie. Skip |
18 | drawing zero sized segments. | |
19 | https://rt.cpan.org/Ticket/Display.html?id=34813 | |
20 | ||
f041f3f9 | 21 | Imager-Graph 0.05 - 17 December 2007 |
c96fb3d1 TC |
22 | ================= |
23 | ||
24 | This release is an attempt to work around the inconsistent text output | |
25 | issues. | |
26 | ||
27 | - created Imager::Font::Test which simply outputs boxes instead of | |
28 | text to produce consistent graph images for comparison. | |
29 | ||
30 | ||
4f3ce9fd | 31 | Imager-Graph 0.04 - 11 December 2007 |
bfcf9414 TC |
32 | ================= |
33 | ||
4f3ce9fd TC |
34 | This is a clean up release, removing code required for ancient |
35 | releases of Imager, and otherwise modernizing the code. | |
36 | ||
bfcf9414 TC |
37 | - skip all tests if we can't load the font |
38 | ||
39 | - Save test results to ppm, so we can generate images even if we don't | |
40 | have PNG support in Imager. | |
41 | ||
42 | - instead of the old draw-no-aa-then-blur-the-result hack, we now use | |
43 | arc()'s aa option | |
44 | ||
45 | - tests now use Test::More | |
46 | ||
47 | - remove the old circle fudge hack, since Imager fixed arc fills a | |
48 | while ago | |
49 | ||
50 | - strictify Makefile.PL, include the LICENSE, use the correct version | |
51 | check for including the extra WriteMakefile keys | |
52 | ||
54ada35d TC |
53 | - various changes for Kwalitee |
54 | ||
bb0de914 TC |
55 | - remove fancy_fills check, we now depend on an Imager release that |
56 | supports fountain fills. | |
57 | ||
bfcf9414 TC |
58 | Imager-Graph 0.02 Sat Oct 6 20:36:31 2001 |
59 | ================= | |
60 | ||
35574351 TC |
61 | - replace ImUgly.ttf with a new version where % renders on my older PC |
62 | - remove some old test code that printed the Imager version | |
63 | - moved into local CVS to simplify cross-platform tests | |
64 | ||
bfcf9414 TC |
65 | Imager-Graph 0.01 Tue Sep 12 23:03:25 2001 |
66 | ================= | |
67 | ||
35574351 TC |
68 | - original version; created by h2xs 1.19 |
69 | - can draw some nice pie graphs |