mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update ImagickBackend.php
This commit is contained in:
parent
0ac9eff829
commit
ca2e7dad49
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user