Closed GoogleCodeExporter closed 9 years ago
ok, problem solved. The problem is shadow color setting, just set to true and
problem
with image show only one latter (first latter)
//old
public $shadowColor = true; //array(0, 0, 0);
//new
public $shadowColor = true; //array(0, 0, 0);
Original comment by hendry.k...@gmail.com
on 30 May 2009 at 6:28
typo, one letter not latter, sorry ...
Original comment by hendry.k...@gmail.com
on 30 May 2009 at 6:31
The "true" value is incorrect. You must define the SHADOW COLOR, for example
"array(0,0,0)" for black color.
i will change the code to avoid further mistakes:
FROM:
public $shadowColor = false; //array(0, 0, 0);
TO:
public $shadowColor = null; //array(0, 0, 0);
Original comment by joserodr...@gmail.com
on 29 Jun 2009 at 4:52
Original issue reported on code.google.com by
hendry.k...@gmail.com
on 30 May 2009 at 4:56Attachments: