Error trying to render SVG from local file
andrewcstewart opened this issue · comments
Andrew Stewart commented
Hi there. Any idea what might be going on here? I have it traced down to an imagemagick issue, but I don't know what ggimage is doing in between?
Ignoring unknown parameters: image_colour, widthError in magick_image_readpath(path, density, depth, strip) :
Magick: must specify image size `/var/folders/c2/ytg8vml53vx74sn6t_m6vkpr0000gn/T//RtmpY3MFxc/magick-88792sonmStVmlI72' @ error/mvg.c/ReadMVGImage/186
Andrew Stewart commented
Hm, should ggimage maybe be using magick::image_read_svg
for SVGs ?
Guangchuang Yu commented
pls try github version of ggimage
.