<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.2.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.2.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.2.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Image_Canvas/download/0.2.0/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package image_canvas</description>
</channel>

<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.3.1/">
 <title>Image_Canvas 0.3.1</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.3.1/</link>
 <content:encoded>* Modified GD canvas addText() method with TTF fonts - (x, y) parameters now specify the absolute lower-left corner of the text (if angle is 0) instead of the baseline of the first letter, making texts appear incorrectly. This however require fonts to have a steady baseline, like fx. Arial, Verdana, etc. unlike Comic&lt;br /&gt;
* Fixed Image_Canvas_PDF to display correctly&lt;br /&gt;
* Fixed Request #7285 &quot;UTF-8 in SVGs&quot;&lt;br /&gt;
* Fixed Bug #7454 &quot;Vertical axis title is shifted 180 degrees between SVG and PNG output&quot;&lt;br /&gt;
* Fixed Bug #8488 &quot;wrong variable name&quot; (thanks to troehr at php dot net)&lt;br /&gt;
* Fixed Bug #8556 &quot;SVG.php contains typo&quot; (thanks to troehr at php dot net)&lt;br /&gt;
* Fixed Bug #8776 &quot;Fatal error: Call to undefined function: imageantialias()&quot;&lt;br /&gt;
* Fixed Bug #9070 &quot;factory method causes PHP error if no GD&quot; (thanks to troehr at php dot net)&lt;br /&gt;
* Fixed Bug #9176 &quot;UTF-8 in SVGs does not work (patch included)&quot; (thanks to troehr at php dot net)&lt;br /&gt;
* Fixed Bug #10236 &quot;Pie Chart Shading Error when datapoint has 0 value&quot; (thanks to peter_wake at hotmail dot com)&lt;br /&gt;
* Fixed Request #11402 &quot;Implement Image_Canvas_SVG::getData()&quot; (thanks to troehr at php dot net)
 </content:encoded>
 <dc:date>2007-06-22T16:36:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.3.0/">
 <title>Image_Canvas 0.3.0</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.3.0/</link>
 <content:encoded>* Added clipping (GD uses Image_Canvas method involving ImageCopy(), until native support is available throught existing GD functions gdImageSetClip())&lt;br /&gt;
* Fixed the way SVG rotates text to now use transform&lt;br /&gt;
* Added public reset() method to Image_Canvas&lt;br /&gt;
* Fixed Bug #6406 &quot;method _mapFont missing&quot;&lt;br /&gt;
* Fixed Request #6632 &quot;Style element assigned with = instead of :&quot;&lt;br /&gt;
* Fixed Bug #6769 &quot;ImageMap.php does not check for boolean false with strpos&quot;
 </content:encoded>
 <dc:date>2006-03-02T07:40:30-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.2.4/">
 <title>Image_Canvas 0.2.4</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.2.4/</link>
 <content:encoded>* Fixed a bug causing in Image_Canvas_SVG causing grouping to give a &quot;Missing argument...&quot; error (this rendered Image_Graph using SVG broken)&lt;br /&gt;
* Fixed a bug causing rectangles not being displayed, if points were given in the wrong order
 </content:encoded>
 <dc:date>2005-11-08T14:03:39-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.2.3/">
 <title>Image_Canvas 0.2.3</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.2.3/</link>
 <content:encoded>Fixed Bug #5786 &quot;Error in producing SVG&quot;&lt;br /&gt;
* Fixed Bug #5805 &quot;Canvas\Fonts\fontmap.txt is missing&quot;
 </content:encoded>
 <dc:date>2005-10-28T05:57:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.2.2/">
 <title>Image_Canvas 0.2.2</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.2.2/</link>
 <content:encoded>* Added 'border' and 'cssclass' option to Image_Canvas_GD::toHtml()&lt;br /&gt;
* Added image support when using SVG (using embedded base64 encoding)&lt;br /&gt;
* Added link (&quot;imagemap&quot;) support with SVG&lt;br /&gt;
* Made image loading in GD canvas use getimagesize() to determine type instead of relying on extension&lt;br /&gt;
* Fixed bug where 'htmltags' were not transferred to image mapping of polygon vertices&lt;br /&gt;
* Fixed bug in SVG where pie slices with some specific angles curled the wrong way&lt;br /&gt;
* Fixed bug in Image_Canvas_ImageMap::show() and Image_Canvas_ImageMap::save() calling non-existing method _toHtml()&lt;br /&gt;
* Fixed bug in Image_Canvas_SVG::polygon() not showing polygon if last point was a spline - addSpline()&lt;br /&gt;
* Fixed bug causing line ends not to show if color not exlicitly defined&lt;br /&gt;
* Fixed Bug #5066 &quot;Reference Notices&quot; (from Image_Graph)&lt;br /&gt;
* Fixed bug #5175 &quot;Unable to define IMAGE_GRAPH_SYSTEM_FONT_PATH outside of Config.php&quot;&lt;br /&gt;
* Fixed Bug #5325 &quot;Image/Color.php compatibility with old PHP versions&quot;
 </content:encoded>
 <dc:date>2005-09-30T15:24:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.2.1/">
 <title>Image_Canvas 0.2.1</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.2.1/</link>
 <content:encoded>* Added Request #4997 &quot;HTML attributes and JS actions in imagemaps&quot; - using 'htmltags' entry&lt;br /&gt;
* Fixed bug with fonts, now it's not required for the font to have a name&lt;br /&gt;
* Changed examples to use require_once instead of include/require
 </content:encoded>
 <dc:date>2005-08-08T15:21:46-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Image_Canvas/download/0.2.0/">
 <title>Image_Canvas 0.2.0</title>
 <link>http://pear.php.net/package/Image_Canvas/download/0.2.0/</link>
 <content:encoded>First released package in PEAR&lt;br /&gt;
&lt;br /&gt;
Changes since last PEPr release:&lt;br /&gt;
* Added support for image maps - a separate canvas (Image_Canvas_ImageMap) has been created to accomplish this&lt;br /&gt;
* Added support for antialiasing images when using GD (both using native GD method and Image_Graph own implementation)&lt;br /&gt;
* Added support for multi line texts    &lt;br /&gt;
* Added a toHtml() method for to easy facilitate including canvas in HTML (this includes the associated image map, if any)&lt;br /&gt;
* Added line ends - only supported in GD canvases currently and not on polygons (yet!)
 </content:encoded>
 <dc:date>2005-08-02T01:50:31-05:00</dc:date>
</item>

</rdf:RDF>