]>
Commit | Line | Data |
---|---|---|
54ada35d | 1 | Revision history for Perl extension Imager::Graph. |
35574351 | 2 | |
aac2cfef TC |
3 | Imager-Graph 0.07 - 21 May 2009 |
4 | ================= | |
5 | ||
6 | Lots of cool changes from Patrick Michaud: | |
7 | ||
8 | - added Bar, Column. StackedColumn and Line charts. | |
9 | https://rt.cpan.org/Ticket/Display.html?id=5 [*] | |
10 | ||
11 | - new ocean style | |
12 | ||
13 | - new ocean_flat style | |
14 | ||
15 | - methods to set chart style attributes, in addition to the style | |
16 | parameters passed to draw(). | |
17 | ||
18 | Bug fixes: | |
19 | ||
20 | - missing a font parameter when we have a chart with text no longer | |
21 | results in an exception, but in a false returned and a message in | |
22 | error() as with other errors. | |
23 | https://rt.cpan.org/Ticket/Display.html?id=2872 | |
24 | ||
25 | - the mono style now disables anti-aliasing by default | |
26 | ||
27 | [*] this was the oldest open bug on rt.cpan.org, now #7 is, still an | |
28 | Imager-Graph issue | |
29 | ||
68a6c9c6 | 30 | Imager-Graph 0.06 - 21 April 2008 |
f2351bc7 TC |
31 | ================= |
32 | ||
33 | - Removed ancient Imager cruft from the documentation | |
34 | ||
379c5b02 TC |
35 | - round the dimensions used within the legend to integers to prevent |
36 | later truncation from causing uneven output. | |
37 | ||
33a928b7 TC |
38 | - add horizontal legend boxes |
39 | ||
7b94e723 TC |
40 | - add a new style "primary" which is primary_red with a light grey |
41 | background, and made that the default, so the default graphs aren't | |
42 | quite so ugly. | |
43 | ||
26c93f46 TC |
44 | - zero-sized segments were drawn as covering the whole pie. Skip |
45 | drawing zero sized segments. | |
46 | https://rt.cpan.org/Ticket/Display.html?id=34813 | |
47 | ||
3c9a5609 TC |
48 | - round the pie radius down to avoid running over the edge of the |
49 | image | |
50 | ||
320f5a49 TC |
51 | - changed the pie maxsegments default to 0.01 from 0.05 |
52 | ||
53 | - removed the obsolete pie blur style information | |
54 | ||
55 | - documented some of the pie chart specific style settings | |
56 | ||
57 | - changed the default drop shadow style to a translucent fill so the | |
58 | background can show through. | |
59 | ||
f041f3f9 | 60 | Imager-Graph 0.05 - 17 December 2007 |
c96fb3d1 TC |
61 | ================= |
62 | ||
63 | This release is an attempt to work around the inconsistent text output | |
64 | issues. | |
65 | ||
66 | - created Imager::Font::Test which simply outputs boxes instead of | |
67 | text to produce consistent graph images for comparison. | |
68 | ||
69 | ||
4f3ce9fd | 70 | Imager-Graph 0.04 - 11 December 2007 |
bfcf9414 TC |
71 | ================= |
72 | ||
4f3ce9fd TC |
73 | This is a clean up release, removing code required for ancient |
74 | releases of Imager, and otherwise modernizing the code. | |
75 | ||
bfcf9414 TC |
76 | - skip all tests if we can't load the font |
77 | ||
78 | - Save test results to ppm, so we can generate images even if we don't | |
79 | have PNG support in Imager. | |
80 | ||
81 | - instead of the old draw-no-aa-then-blur-the-result hack, we now use | |
82 | arc()'s aa option | |
83 | ||
84 | - tests now use Test::More | |
85 | ||
86 | - remove the old circle fudge hack, since Imager fixed arc fills a | |
87 | while ago | |
88 | ||
89 | - strictify Makefile.PL, include the LICENSE, use the correct version | |
90 | check for including the extra WriteMakefile keys | |
91 | ||
54ada35d TC |
92 | - various changes for Kwalitee |
93 | ||
bb0de914 TC |
94 | - remove fancy_fills check, we now depend on an Imager release that |
95 | supports fountain fills. | |
96 | ||
bfcf9414 TC |
97 | Imager-Graph 0.02 Sat Oct 6 20:36:31 2001 |
98 | ================= | |
99 | ||
35574351 TC |
100 | - replace ImUgly.ttf with a new version where % renders on my older PC |
101 | - remove some old test code that printed the Imager version | |
102 | - moved into local CVS to simplify cross-platform tests | |
103 | ||
bfcf9414 TC |
104 | Imager-Graph 0.01 Tue Sep 12 23:03:25 2001 |
105 | ================= | |
106 | ||
35574351 TC |
107 | - original version; created by h2xs 1.19 |
108 | - can draw some nice pie graphs |