view inkscape/MB_Frame.inx @ 527:47a860beaa44 Android_Skia

Every coord can only appear at mot one time in the dirty coord list. rdman_coord_changed() will check COF_DIRTY flags to make sure never add a coord into dirty coord list more than one time. So, we don't need to check it, again, in clean_rdman_dirties().
author Thinker K.F. Li <thinker@branda.to>
date Tue, 22 Dec 2009 22:39:53 +0800
parents ec62453bbb2b
children
line wrap: on
line source

<inkscape-extension>
    <name>Frame</name>
    <id>MadButterfly.Frame</id>
	<dependency type="executable" location="extensions">MB_Frame.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>any</object-type>
		<effects-menu>
			<submenu _name="MadButterfly">
			</submenu>
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">MB_Frame.py</command>
    </script>
</inkscape-extension>