Ran through hundreds of SVGs without a problem, but this current file is being troublesome. I'm getting the good ol' "no decode delegate" error when I perform $image->readImageBlob() on the contents of the SVG file:
Code: Select all
magickException: no decode delegate for this image format `' @ error/blob.c/BlobToImage/349 in Imagick->readimageblob()
Code: Select all
$im->readImageBlob($svg_blob);
I can probably work with the content of this SVG (attached to this post) in a graphics program to get it working within the canvas of another (known working) SVG, but I am very curious what the actual problem with this file is as it's virtually identical to what I've already been using. Anyone have a clue?