home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / inkscape / extensions / handles.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2010-03-12  |  605 b   |  17 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Draw Handles</_name>
  4.     <id>org.ekips.filter.handles</id>
  5.     <dependency type="executable" location="extensions">handles.py</dependency>
  6.     <dependency type="executable" location="extensions">inkex.py</dependency>
  7.     <effect>
  8.         <object-type>path</object-type>
  9.         <effects-menu>
  10.             <submenu _name="Visualize Path" />
  11.         </effects-menu>
  12.     </effect>
  13.     <script>
  14.         <command reldir="extensions" interpreter="python">handles.py</command>
  15.     </script>
  16. </inkscape-extension>
  17.