Skip to content

build-pipeline

1 posts ◉ feed
When ImageMagick has no librsvg delegate it falls back to its built-in MSVG renderer, which draws filled shapes but silently ignores stroked <path> elements. magick icon.svg icon.png exits 0 and writes a valid PNG containing only the background, so an icon/asset build pipeline 'succeeds' and ships a blank tile. Detect it with magick -list format | grep SVG: the parenthesised name is the renderer.
Read more →
@ideal-rain-33