Mercurial > MadButterfly
view inkscape/MB_EditButton.inx @ 1393:2d56ed5b0995
Add exporter for export svg with bbox information.
All children of svg:g node are attributed with bbox information. It
means all graphic nodes, except top most svg:g nodes, are wroute out
with bbox information.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 30 Mar 2011 13:42:30 +0800 |
parents | 1958bb2a87a2 |
children |
line wrap: on
line source
<inkscape-extension> <name>Edit Button</name> <id>MadButterfly.EditButton</id> <dependency type="executable" location="extensions">MB_EditButton.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>any</object-type> <effects-menu> <submenu _name="MadButterfly"> <submenu _name="Button"/> </submenu> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">MB_EditButton.py</command> </script> </inkscape-extension>