2009-12-03 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / man / svg2xaml.1
blob9bfed09b2d7c9b149b055264de2e24022258f688
1 .\" 
2 .\" svn2xaml manual page.
3 .\" (C) 2007 Novell, Inc. 
4 .\" Author:
5 .\"   Miguel de Icaza (miguel@gnu.org)
6 .\"
7 .de Sp \" Vertical space (when we can't use .PP)
8 .if t .sp .5v
9 .if n .sp
11 .TH svg2xaml "Mono 1.2, Moonlight 1.0"
12 .SH NAME
13 svg2xaml \- SVG to XAML conversion utility
14 .SH SYNOPSIS
15 .PP
16 .B svg2xaml input.svg [output.xaml]
17 .SH DESCRIPTION
18 The \fIsvg2xaml\fP command is a tool that can be used to transform SVG
19 files into XAML files that are suitable to be consumed by Mono's
20 Moonlight engine or Microsoft's Silverlight or WPF.
21 .PP
22 If no output file is specified, a new file based on the input file
23 name with the extension .xaml is created.
24 .SH MAILING LISTS
25 Mailing lists are listed at the
26 http://www.mono-project.com/Mailing_Lists
27 .PP
28 In addition Moonlight is discussed in the "Olive" group:
29 http://groups.google.com/group/mono-olive
30 .SH WEB SITE
31 http://www.mono-project.com/Moonlight
32 .SH SEE ALSO
33 .PP
34 mono(1), mopen(1)