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 #6632

Style element assigned with = instead of :

Details

Request #6632Style element assigned with = instead of :
Submitted2006-01-30 15:57 UTC
Frommail at text-indent dot net
Assignednosey
StatusClosed
PackageImage_Canvas
PHP Version4.3.11
OSwinxp
Roadmaps(Not assigned)

Comments

[2006-01-30 15:57 UTC] mail at text-indent dot net

Description:
------------
Style element assigned with = instead of : in line 731 in "Canvas/SVG.php".

line 731: 'font-size:' . $this->_font['size'] . 'px;fill=' .
Patch: 'font-size:' . $this->_font['size'] . 'px;fill:' .