Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 9, 2024
1 parent fe3f17e commit 6334899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conversions/ImageGenerators/Svg.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function convert(string $file, ?Conversion $conversion = null): string
{
$imageFile = pathinfo($file, PATHINFO_DIRNAME).'/'.pathinfo($file, PATHINFO_FILENAME).'.png';

$image = new Imagick();
$image = new Imagick;
$image->setBackgroundColor(new ImagickPixel('none'));
$image->readImage($file);

Expand Down

0 comments on commit 6334899

Please sign in to comment.