Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.0

Bug #8556 SVG.php contains typo
Submitted: 2006-08-25 08:53 UTC
From: matthijs at hendrikx-itc dot nl Assigned: nosey
Status: Closed Package: Image_Canvas (version 0.3.0)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 9 + 3 = ?

 
 [2006-08-25 08:53 UTC] matthijs at hendrikx-itc dot nl (Matthijs van der Vleuten)
Description: ------------ SVG.php line 481 contains a typo. It currently reads: $point .= ' Z'; while it should read: $points .= ' Z';

Comments

 [2006-10-24 19:00 UTC] nosey (Jesper Veggerby)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Patches applied - thanks to troehr at php dot net