macOS |> Convert SVG to PNG on macOS via Cli
✅ A successful method:
brew install librsvg
rsvg-convert -h 32 icon.svg > icon-32.png (creates a 32px high png)
Reference:
✅ A successful method:
brew install librsvg
rsvg-convert -h 32 icon.svg > icon-32.png (creates a 32px high png)
Reference: