view inkscape/firefox/MBFilter.inx @ 322:c1afd14caa85

Remove out-of-date comments and refactor code and fix a small bug. - When collect descendant areas in zeroing_coord(), cached coord itself should use coord_canvas_info_t::owner_mems_area instead of coord_t::cur_area.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 05 Mar 2009 14:07:49 +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>