logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rendersvg - an SVG rendering application

Args

in.svg
           Input file

       out.png
           Output file

Author

       This manual page was written by Andrej Shadura <andrewsh@debian.org> for the Debian project (but  may  be
       used by others).

resvg 0.8.0                                        2021-01-02                                       RENDERSVG(1)

Name

       rendersvg - an SVG rendering application

Options

       A summary of options is included below.

       --h, --help
           Prints help information

       -V, --version
           Prints version information

       --backendBACKEND
           Sets the rendering backend.

           Has no effect if built with only one backend [default: cairo] [possible values: cairo, qt]

       -wLENGTH, --widthLENGTH
           Sets the width in pixels

       -hLENGTH, --heightLENGTH
           Sets the height in pixels

       -zFACTOR, --zoomFACTOR
           Zooms the image by a factor

       --dpiDPI
           Sets the resolution [default: 96] [possible values: 10..4000]

       --backgroundCOLOR
           Sets the background color.

           Examples: red, #fff, #fff000

       --font-familyFAMILY
           Sets the default font family [default: 'Times New Roman']

       --font-sizeSIZE
           Sets the default font size [default: 12] [possible values: 1..192]

       --languagesLANG
           Sets  a  comma-separated  list  of  languages that will be used during the 'systemLanguage' attribute
           resolving.

           Examples: 'en-US', 'en-US, ru-RU', 'en, ru' [default: 'en']

       --query-all
           Queries all valid SVG ids with bounding boxes

       --export-idID
           Renders an object only with a specified ID

       --perf
           Prints performance stats

       --pretend
           Does all the steps except rendering

       --quiet
           Disables warnings

       --dump-svg=PATH
           Saves the preprocessed SVG to the selected file

See Also

usvg(1)

Synopsis

rendersvg [OPTIONS] in.svgout.pngrendersvgin.svgout.pngrendersvg-z4in.svgout.pngrendersvg--query-allin.svg

See Also