1Revision history for Perl extension GD::SVG.
2
30.33  Sun May 10 04:14:12 MDT 2009
4        - Can now embed pixmap information inside an SVG (Lincoln Stein)
5        - Improvements to alpha support (Lincoln Stein)
6        - Ghost methods for more complete mapping to GD (Jason Stajich)
7
80.31  Thu Aug 14 08:16:37 MDT 2008
9        - removed GD version requirement
10        - fixed _distill_gdSpecial when using non-numeric colors (from srezic)
11        - fixed partically incomplete lines with square caps (jettero)
12        - Correctly handle the case where a rectangle's bottomright and topleft
13	are flipped. This is arguably a caller bug, but GD handles it.
14
150.30  Thu Aug  7 14:37:25 EDT 2008
16        - Added grouping features.
17
180.28  Mon May 22 12:35:55 EDT 2006
19        - fixed result codes that were causing broken tests
20          (thanks to LS)
21
220.26  Mon Oct 18 11:29:40 CDT 2004
23        - added kludgey support for GD::Image::copy()
24        - added a new example script
25
260.25  Wed Jan 07 13.48.12 2004
27	- fixed a variable scoping issue that was throwing
28 	  a warning
29
300.24  Mon Dec 15 16:04:17 2003
31	- fixed the stringUp and charUp methods so that
32          they are positioned properly
33
340.23  Wed Dec 3 14:00:02 2003
35	- added kludge for setStyle() and gdStyled()
36	- changed the underlying handling of colors - color methods
37     	  now return integers like GD
38
390.22  Sun Nov 30 11:33:04 2003
40	- added support for the filledArc exported special styles:
41	  gdArc, gdEdged, gdChord, gdPie, and gdNoFill
42
430.21  Sat Nov 29 14:54:54 2003
44	- added support for both open and closed arcs
45	- added support for $polygon->bounds();
46	- updated test script
47	- finally squashed the line thickness bug
48
490.20  Wed Nov 26 08:51:13 2003
50	- fixed a bug in the resetting of line thickness
51          after using gdBrushed
52
530.19  Mon Nov 24 10:08:06 2003
54        - support for GD's setBrush and gdBrushed methods
55	- added optional debug parameter to new()
56        - added lots of documentation
57
580.18  Fri Nov 21 20:22:17 2003
59	- small bug fixes relating to typo
60
610.17  Fri Nov 21 19:21:44 2003
62	- initial CPAN release
63
640.01  Thu Nov  6 10:14:04 2003
65	- original version; created by h2xs 1.22 with options
66		-AX -n GD::SVG
67
68--
69
70April - October 2003 GD::SVG developed as GD2SVG
71