I want to render SVGs with embedded fonts and images to JPEGs on my webserver. I tried ImageMagick, but the embedded fonts are not being used. The fonts of the SVG do change, so I need a way to not install these separately.
How can make ImageMagick use the embedded fonts?