Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7D64A63B9FC for ; Sat, 6 Feb 2010 15:49:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2E89063B184; Sat, 6 Feb 2010 15:49:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B990F63B124 for ; Sat, 6 Feb 2010 15:49:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A4989175DD; Sat, 6 Feb 2010 15:49:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 6 Feb 2010 15:49:18 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/graphics/pear-Image_Canvas To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20100206154918.A4989175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Sat Feb 6 15:49:18 UTC 2010 Modified Files: pkgsrc/graphics/pear-Image_Canvas: Makefile distinfo pkgsrc/graphics/pear-Image_Canvas/patches: patch-aa Log Message: Update pear-Image_Canvas package from 0.2.4 to 0.3.2. QA Release. * Fixed Bug #12064 "Updated all @link to official url (thanks to Torsten Roehr)" * Fixed Bug #12084 "Set wrong fill color in PDF.php, SVG.php (thanks to Torsten Roehr)" * Fixed Bug #12122 "Added new driver for SWF output (thanks to Torsten Roehr)" * Fixed Bug #12744 "Used shape poly instead of polygon in ImageMap (Uwe Steinmann)" * Fixed Bug #12745 "Make area tag xhtml compliant, added missing '/' (thanks to Christian Weiske)" * Fixed Bug #12746 "Make img tag xhtml compliant, added missing '/' (thanks to Christian Weiske)" * Fixed Bug #12747 "Added attribute id to map tag (Uwe Steinmann)" * Fixed Bug #14199 "Added new driver for PostScript output" 0.3.1 * 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 * Fixed Image_Canvas_PDF to display correctly * Fixed Request #7285 "UTF-8 in SVGs" * Fixed Bug #7454 "Vertical axis title is shifted 180 degrees between SVG and PNG output" * Fixed Bug #8488 "wrong variable name" (thanks to troehr at php dot net) * Fixed Bug #8556 "SVG.php contains typo" (thanks to troehr at php dot net) * Fixed Bug #8776 "Fatal error: Call to undefined function: imageantialias()" * Fixed Bug #9070 "factory method causes PHP error if no GD" (thanks to troehr at php dot net) * Fixed Bug #9176 "UTF-8 in SVGs does not work (patch included)" (thanks to troehr at php dot net) * Fixed Bug #10236 "Pie Chart Shading Error when datapoint has 0 value" (thanks to peter_wake at hotmail dot com) * Fixed Request #11402 "Implement Image_Canvas_SVG::getData()" (thanks to troehr at php dot net) 0.3.0 * Added clipping (GD uses Image_Canvas method involving ImageCopy(), until native support is available throught existing GD functions gdImageSetClip()) * Fixed the way SVG rotates text to now use transform * Added public reset() method to Image_Canvas * Fixed Bug #6406 "method _mapFont missing" * Fixed Request #6632 "Style element assigned with = instead of :" * Fixed Bug #6769 "ImageMap.php does not check for boolean false with strpos" To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/pear-Image_Canvas/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/pear-Image_Canvas/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 \ pkgsrc/graphics/pear-Image_Canvas/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.