GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xsvg(1) FreeBSD General Commands Manual xsvg(1)

xsvg - X11 SVG viewer (using cairo)

xsvg [OPTIONS] <SVG_file>

xsvg tux.svg

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

The cairo graphics library http://cairographics.org/

Carl Worth, USC/Information Sciences Institute
Manual Page by Dave Beckett
2003-12-16

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.