]> git.imager.perl.org - imager-graph.git/blame - Changes
font handling fixes
[imager-graph.git] / Changes
CommitLineData
54ada35d 1Revision history for Perl extension Imager::Graph.
35574351 2
68a6c9c6 3Imager-Graph 0.06 - 21 April 2008
f2351bc7
TC
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
3c9a5609
TC
21 - round the pie radius down to avoid running over the edge of the
22 image
23
320f5a49
TC
24 - changed the pie maxsegments default to 0.01 from 0.05
25
26 - removed the obsolete pie blur style information
27
28 - documented some of the pie chart specific style settings
29
30 - changed the default drop shadow style to a translucent fill so the
31 background can show through.
32
f041f3f9 33Imager-Graph 0.05 - 17 December 2007
c96fb3d1
TC
34=================
35
36This release is an attempt to work around the inconsistent text output
37issues.
38
39 - created Imager::Font::Test which simply outputs boxes instead of
40 text to produce consistent graph images for comparison.
41
42
4f3ce9fd 43Imager-Graph 0.04 - 11 December 2007
bfcf9414
TC
44=================
45
4f3ce9fd
TC
46This is a clean up release, removing code required for ancient
47releases of Imager, and otherwise modernizing the code.
48
bfcf9414
TC
49 - skip all tests if we can't load the font
50
51 - Save test results to ppm, so we can generate images even if we don't
52 have PNG support in Imager.
53
54 - instead of the old draw-no-aa-then-blur-the-result hack, we now use
55 arc()'s aa option
56
57 - tests now use Test::More
58
59 - remove the old circle fudge hack, since Imager fixed arc fills a
60 while ago
61
62 - strictify Makefile.PL, include the LICENSE, use the correct version
63 check for including the extra WriteMakefile keys
64
54ada35d
TC
65 - various changes for Kwalitee
66
bb0de914
TC
67 - remove fancy_fills check, we now depend on an Imager release that
68 supports fountain fills.
69
bfcf9414
TC
70Imager-Graph 0.02 Sat Oct 6 20:36:31 2001
71=================
72
35574351
TC
73 - replace ImUgly.ttf with a new version where % renders on my older PC
74 - remove some old test code that printed the Imager version
75 - moved into local CVS to simplify cross-platform tests
76
bfcf9414
TC
77Imager-Graph 0.01 Tue Sep 12 23:03:25 2001
78=================
79
35574351
TC
80 - original version; created by h2xs 1.19
81 - can draw some nice pie graphs