Closed muuvmuuv closed 2 years ago
Hmm why would you try to output SVG via ImageMagick when you could instead use the SVG output instead? Rendering/converting SVG via IM is generally not recommended - you could use the InkScape command line interface for proper conversion. Also, with your current settings you could just use the PNG output instead.
Describe the bug
I am trying to process the Imagick image after generation but with no possible option it seems right for me.
I have the imagick ext installed on PHP 8.1 and "libmagickcore-dev" (seems the one with SVG support).
This is the cachefile output:
This is the output SVG from Imagick:
Code sample
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.