1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| <?xml version="1.0"?>
| <widget defaultmode="application">
| <widgetname>SVG Edit</widgetname>
| <description>
| A simple SVG Editor.
| </description>
| <width>800</width>
| <height>600</height>
| <icon>editor/images/logo.svg</icon>
| <id>
| <name>SVG Edit</name>
| <revised>2010-09</revised>
| </id>
| <feature name="http://xmlns.opera.com/fileio">
| <param name="folderhint" value="home" />
| </feature>
| </widget>
|
|