-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated SVG incompatible with ImageMagick (not standards-compliant?) #395
Comments
In Compose |
does your example output pass an SVG validator? |
It does not pass the link you posted, no. I get: |
You can't test an svg v1.2 file ( |
ah, got it. Thanks @Mattriks. So if I understand what I'm reading then, this demonstrates that the issue is actually with ImageMagick, not Compose.jl. (Somebody tell me if I'm misinterpreting! New to all this.) |
Note: Apparently ImageMagick will use Inkscape if it's available, see e.g. ImageMagick/ImageMagick#1880 |
Did you investigate converting a Compose svg file using ImageMagick with Inkscape? If so, please write about your findings here, to help other users. |
When I take any .svg file produced by the
SVG()
function, and try to run the ImageMagick "convert
" utility on it (to, say, convert it to a frame of what will become an animated GIF), I get these errors:(The code I used to produce
tomato.svg
is:i.e., the example directly from the Compose.jl documentation. I'm running Julia 1.4.1 with Compose v0.8.2.)
The text was updated successfully, but these errors were encountered: