Mercurial > MadButterfly
diff inkscape/MB_Frame.inx @ 233:ec62453bbb2b
Add frame support into the inkscape.
author | wycc |
---|---|
date | Mon, 22 Dec 2008 00:21:46 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inkscape/MB_Frame.inx Mon Dec 22 00:21:46 2008 +0800 @@ -0,0 +1,17 @@ +<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> +