PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Images » Image_Canvas » Bug #8556

SVG.php contains typo

Details

Submitted2006-08-25 08:53 UTC
Frommatthijs at hendrikx-itc dot nl
Assignednosey
StatusClosed
PackageImage_Canvas
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-08-25 08:53 UTC] matthijs at hendrikx-itc dot nl

Description:
------------
SVG.php line 481 contains a typo.
It currently reads:
$point .= ' Z';
while it should read:
$points .= ' Z';