|
|
| |
xsvg(1) |
FreeBSD General Commands Manual |
xsvg(1) |
xsvg - X11 SVG viewer (using cairo)
xsvg [OPTIONS] <SVG_file>
Displays the given SVG file in an X window or renders it to a PNG file. Either
way, cairo is used for the rendering.
- -a, --argb
- Use an ARGB window
- -d, --display=DISPLAY
- Display on X server DISPLAY.
- -f, --fit
- Zoom to fit in the window.
- -g, --geometry=GEOMETRY
- Set the size and location of the output X window.
- -h, --height=HEIGHT
- Set the height in pixels for the output PNG (see --png).
- -p, --png=FILENAME
- Render to a PNG image in FILENAME instead of a window
(EXPERIMENTAL).
- -s, --scale=FACTOR
- Scale image by FACTOR
- -w, --width=WIDTH
- Set the width in pixels for the output PNG (see --png)
- -x, --flipx
- Flip the output X coordinates.
- -y, --flipy
- Flip the output Y coordinates.
- --usage
- Give a short usage message.
- -?, --help
- Give a longer help list.
- -V, --version
- Print the xsvg program version.
Use the following keys when the window has the keyboard focus to operate the
viewer.
-
Key Operation
X Flip X
Y Flip Y
Q Quit
Left Arrow Move left
Right Arrow Move right
Up Arrow Move up
Down Arrow Move down
+ Zoom in
- Zoom out
F Toggle fit mode
Carl Worth, USC/Information Sciences Institute
Manual Page by Dave Beckett
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |