1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3 <_name>Alphabet Soup</_name>
4 <id>org.ekips.filter.alphabetsoup</id>
5 <dependency type="executable" location="extensions">render_alphabetsoup.py</dependency>
6 <dependency type="executable" location="extensions">render_alphabetsoup_config.py</dependency>
7 <dependency type="executable" location="extensions">inkex.py</dependency>
8 <param name="text" type="string" _gui-text="Text:">Inkscape</param>
9 <param name="zoom" type="float" min="0.0" max="1000.0" _gui-text="Scale:">8.0</param>
10 <param name="seed" type="int" min="0" max="65535" _gui-text="Random Seed:">0</param>
11 <effect>
12 <object-type>all</object-type>
13 <effects-menu>
14 <submenu _name="Render"/>
15 </effects-menu>
16 </effect>
17 <script>
18 <command reldir="extensions" interpreter="python">render_alphabetsoup.py</command>
19 </script>
20 </inkscape-extension>