Mercurial > MadButterfly
view inkscape/firefox/MBFilter.inx @ 707:594827d0f3e5
Fix issue of relative path data.
A absolutely location, that is used to computed respective absolutely
location of relative location, must be updated after parsing every
segment of a path. But, it does not. It is fixed, now.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 13 Aug 2010 17:26:25 +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>