Will librsvg help with creating SVG output?
Will librsvg help with creating SVG output?
When converting an MVG input file to SVG output, will librsvg help? Or is librsvg strictly for use with SVG input files?
Re: Will librsvg help with creating SVG output?
SVG is rendered with librsvg if its available. MVG is rendered with the internal drawing engine. It would be quite a simple task to convert MVG to SVG since MVG is derived from SVG. Something like
- MVGtoSVG slide.mvg slide.svg
convert slide.svg slide.png