[cairo-commit] packaging/debian/xsvg/debian xsvg.1,1.1,1.2

Dave Beckett commit at pdx.freedesktop.org
Tue Dec 16 12:14:39 PST 2003


Committed by: dajobe

Update of /cvs/cairo/packaging/debian/xsvg/debian
In directory pdx:/tmp/cvs-serv29951

Modified Files:
	xsvg.1 
Log Message:
Added options


Index: xsvg.1
===================================================================
RCS file: /cvs/cairo/packaging/debian/xsvg/debian/xsvg.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xsvg.1	16 Dec 2003 18:57:36 -0000	1.1
--- xsvg.1	16 Dec 2003 20:14:36 -0000	1.2
***************
*** 1,4 ****
! .IX Title "XSVG 1"
  .TH xsvg 1 "2003-12-16"
  .SH "NAME"
  xsvg \- Cairo SVG viewer for X
--- 1,7 ----
! q.\"
! .\" xsvg.1 - Cairo SVG viewer for X manual page
! .\"
  .TH xsvg 1 "2003-12-16"
+ .\" Please adjust the date above whenever revising the manpage.
  .SH "NAME"
  xsvg \- Cairo SVG viewer for X
***************
*** 6,10 ****
  .B
  xsvg
! .RB
  .IR "<SVG file>"
  .SH "EXAMPLE"
--- 9,13 ----
  .B
  xsvg
! .RB [ OPTIONS ]
  .IR "<SVG file>"
  .SH "EXAMPLE"
***************
*** 15,19 ****
--- 18,66 ----
  Displays the given SVG file on X using the Cairographics libraries
  (libsvg-cairo and cairo) to render it.
+ .SH OPTIONS
+ xsvg uses the usual GNU command line syntax with long options
+ starting with two dashes (`--') as well as the short options.
+ .TP
+ .B \-a, \-\-argb
+ Use an ARGB window
+ .TP
+ .B \-d, \-\-display=\fIDISPLAY\fB
+ Display on X server \fIDISPLAY\fR.
+ .TP
+ .B \-f, \-\-fit
+ Zoom to fit in the window.
+ .TP
+ .B \-g, \-\-geometry=\fIGEOMETRY\fR
+ Set the size and location of the output X window.
+ .TP
+ .B \-h, \-\-height=\fIHEIGHT\fR
+ Set the height in pixels for the output PNG (see \-p).
+ .TP
+ .B \-p, \-\-png=\fIFILENAME\fR
+ Render to a  PNG image in \fIFILENAME\fR instead of a window (EXPERIMENTAL).
+ .TP
+ .B \-s, \-\-scale=\fIFACTOR\fR
+ Scale image by \fIFACTOR\fR
+ .TP
+ .B \-w, \-\-width=\fIWIDTH\fR
+ Set the width in pixels for the output PNG (see \-p)
+ .TP
+ .B \-x, \-\-flipx
+ Flip the output X coordinates.
+ .TP
+ .B \-y, \-\-flipy
+ Flip the output Y coordinates.
+ .TP
+ .B \-?, \-\-help
+ Give a short help.
+ .TP
+ .B \-\-usage
+ Give a short usage message.
+ .TP
+ .B \-V, \-\-version
+ Print the xsvg program version.
  .SH KEY BINDINGS
+ Use the following keys when the window has the keyboard focus
+ to operate the viewer.
  .IP
    \fIKey         Operation\fR
***************
*** 27,32 ****
    +           Zoom in
    -           Zoom out
!   >           Smooth
!   <           Flatten
    F           Toggle fit
  
--- 74,79 ----
    +           Zoom in
    -           Zoom out
! .\"  >           Smooth
! .\"  <           Flatten
    F           Toggle fit
  
***************
*** 40,41 ****
--- 87,90 ----
  .SH AUTHOR
  Carl Worth, USC/Information Sciences Institute
+ .br
+ Manual Page by Dave Beckett





More information about the cairo-commit mailing list