Mercurial > MadButterfly
view inkscape/MB_EditButton.inx @ 1095:bced6fe39856
Fix position (collision) detection for OpenVG.
We still have no way to check if a point is in the fill area of a
shape for OpenVG. So, we only use current area (rectangle) of a shape
to determine it. So, mbe_in_fill() of OpenVG always return true.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sat, 04 Dec 2010 13:48:43 +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>