ropensci / rsvg

SVG renderer for R based on librsvg2
Other
97 stars 1 forks source link

SVG files with patterns and transformations #11

Closed dmi3kno closed 4 years ago

dmi3kno commented 4 years ago

I had a lot of fun making some cool SVGs with @coolbutuseless {minisvg}. These work perfectly fine in browser (and in Rstudio Viewer), but do not get rendered by magick::image_read() or rsvg::rsvg_png()

patternsSVG.zip

I wonder if there's some modern library that can render these strange SVG files.

dmi3kno commented 4 years ago

Found errors in {minisvg}. Closing down the issue. Thanks for not reacting prematurely and sorry for bothering ;)