summaryrefslogtreecommitdiff
path: root/debian/avg_showsvg.1
blob: 7dc67bad2a168ede1d12d2951a8b346ff9ff8554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>