Skip to content
Snippets Groups Projects
Commit 96df9a5d authored by Neil Gardner's avatar Neil Gardner
Browse files

Removed some debugging code, added better exception handling for complex SVGs...

Removed some debugging code, added better exception handling for complex SVGs that ImageMagick fails to convert
parent 9e9716de
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ Important notes:
PNG alternatives are rendered by PHP's imagemagick extension. You can check if this is available by consulting your php.ini file or simple writing a small PHP file with just phpinfo() (which will output all PHP configuration settings) and search for the words "imagick" or "ImageMagick".
If not available, you can follow these steps to install ImageMagick:
http://php.net/manual/en/imagick.setup.php
Most static SVG file, even several MBytes, render fine. However, the ImageMagick does not always render animated SVGs. These exceptions are logged under admin/reports/dblog. I can only suggest using one of many SVG Cleanup utilities if exporting from applications such as Inkscape or Illustrator.
\ No newline at end of file
Most static SVG file, even several MBytes, render fine. However, ImageMagick does not always render animated SVGs. These exceptions are logged under admin/reports/dblog. I can only suggest using one of many SVG Cleanup utilities if exporting from applications such as Inkscape or Illustrator.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment