-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I am trying to use the library to convert a svg into a png
$svg = file_get_contents(__DIR__ . '/download.svg');
include ( __DIR__ . '/php-svg/autoloader.php' );
use SVG\SVG;
$image = SVG::fromString($svg);
$rasterImage = $image->toRasterImage(100, 600);
header('Content-Type: image/png');
imagepng($rasterImage);
Metadata
Metadata
Assignees
Labels
No labels