| PEAR Announce 2005-09-30, 6:57 pm |
| The new PEAR package Image_Canvas-0.2.2 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
* Added 'border' and 'cssclass' option to Image_Canvas_GD::toHtml()
* Added image support when using SVG (using embedded base64 encoding)
* Added link ("imagemap") support with SVG
* Made image loading in GD canvas use getimagesize() to determine type instead of relying on extension
* Fixed bug where 'htmltags' were not transferred to image mapping of polygon vertices
* Fixed bug in SVG where pie slices with some specific angles curled the wrong way
* Fixed bug in Image_Canvas_ImageMap::show() and Image_Canvas_ImageMap::save() calling non-existing method _toHtml()
* Fixed bug in Image_Canvas_SVG::polygon() not showing polygon if last point was a spline - addSpline()
* Fixed bug causing line ends not to show if color not exlicitly defined
* Fixed Bug #5066 "Reference Notices" (from Image_Graph)
* Fixed bug #5175 "Unable to define IMAGE_GRAPH_SYSTEM_FONT_PATH outside of Config.php"
* Fixed Bug #5325 "Image/Color.php compatibility with old PHP versions"
Package Info
-------------
A package providing a common interface to image drawing, making image source code independent on the library used.
Related Links
-------------
Package home: http://pear.php.net/package/Image_Canvas
Changelog: http://pear.php.net/package/Image_Canvas/download/0.2.2
Download: http://pear.php.net/get/Image_Canvas-0.2.2.tgz
Authors
-------------
Jesper Veggerby (lead)
|