view inkscape/firefox/MBFilter.inx @ 431:bf1addb037b7

Add -s option to svg2code.py. Option -s is for sh_stext type. With this option, svg2code.py will generate code to using sh_stext type instead of sh_text for text nodes.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 29 Jul 2009 15:03:26 +0800
parents c39b24036a75
children
line wrap: on
line source

<inkscape-extension>
    <name>MadServer</name>
    <id>net.sourceforge.madbutterfly.filter.update</id>
	<dependency type="executable" location="extensions">MBServer.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>any</object-type>
		<effects-menu>
			<submenu _name="MadButterfly">
				<submenu _name="Server"/>
			</submenu>
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">MBServer.py</command>
    </script>
</inkscape-extension>