summaryrefslogtreecommitdiff
path: root/debian/avg_showsvg.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/avg_showsvg.1')
-rw-r--r--debian/avg_showsvg.117
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/avg_showsvg.1 b/debian/avg_showsvg.1
new file mode 100644
index 0000000..7dc67ba
--- /dev/null
+++ b/debian/avg_showsvg.1
@@ -0,0 +1,17 @@
+.TH AVG_SHOWSVG "1" "November 2011" "libavg 1.7.0" "User Commands"
+.SH NAME
+avg_showsvg \- basic svg rasterizer
+.SH SYNOPSIS
+.B avg_showsvg [-s FACTOR] [--save-image] <SVGFILE> <SVGID>
+.SH DESCRIPTION
+Opens an svg file and renders a specific element (chosen by ID) on screen or saves it to a png file.
+.PP
+.SH OPTIONS
+.TP
+\fB\-s\fR, \fB\-\-size\fR
+Specify a factor for the size of the element.
+.TP
+\fB\-\-save-image\fR
+Write the rendered output to a png file as <SVGID>.png
+.SH AUTHOR
+Ulrich von Zadow <coder@c-base.org>