@unspeaker Hm... I would have preferred something without rasterization, but hey, that could work (:
E.g. this seems to do it:
`magick -density 300 in.svg temp.png && magick composite temp.png -compose src -tile \( temp.png -resize 400% \) out.png`
(making use of the fact that ImageMagick actually calls Inkscape to convert the SVG file)
E.g. this seems to do it:
`magick -density 300 in.svg temp.png && magick composite temp.png -compose src -tile \( temp.png -resize 400% \) out.png`
(making use of the fact that ImageMagick actually calls Inkscape to convert the SVG file)