home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / handles.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  605b  |  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.