ImageMagick 2 years old, fails to convert some svgs; fixed upstream
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
imagemagick (Debian) |
New
|
Unknown
|
|||
imagemagick (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The version of convert (ImageMagick) in Ubuntu is rather outdated:
$ lsb_release -d
Description: Ubuntu Hirsute Hippo (development branch)
$ convert --version
Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https:/
Copyright: © 1999-2019 ImageMagick Studio LLC
If I try to convert an svg into a png, it fails:
$ convert tux_mono.svg large.png
convert-im6.q16: unrecognized color `radialGradient
convert-im6.q16: non-conforming drawing primitive definition `fill' @ error/draw.
The source image is this one:
https:/
However, the newest version from upstream is fine.
$ ~/Downloads/magick --version
Version: ImageMagick 7.0.10-59 Q16 x86_64 2021-01-23 https:/
Copyright: (C) 1999-2021 ImageMagick Studio LLC
$ ~/Downloads/magick convert tux_mono.svg large.png
# works perfectly.
Please would you package a more current release, and make it available in 21.04 and 20.04.
Thanks.
description: | updated |
Changed in imagemagick (Debian): | |
status: | Unknown → New |
Status changed to 'Confirmed' because the bug affects multiple users.