Merge pull request #2362 from tazzydemon/3.1

Update ImagickBackend.php
This commit is contained in:
Ingo Schommer 2013-08-28 02:16:58 -07:00
commit f23526d08f

View File

@ -184,7 +184,7 @@ class ImagickBackend extends Imagick implements Image_Backend {
* @param int $height
* @return Image_Backend
*/
public function paddedResize($width, $height, $backgroundColor = "FFFFFF") {
public function paddedResize($width, $height, $backgroundColor = "#FFFFFF00") {
if(!$this->valid()) return;
$width = round($width);