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 / extrude.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  795b  |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Extrude</_name>
  4.     <id>org.greygreen.inkscape.effects.extrude</id>
  5.     <dependency type="executable" location="extensions">extrude.py</dependency>
  6.     <dependency type="executable" location="extensions">inkex.py</dependency>
  7.   <param name="mode" type="optiongroup" _gui-text="Mode:">
  8.      <_option>Lines</_option>
  9.      <_option>Polygons</_option>
  10.   </param>
  11.     <effect>
  12.         <object-type>path</object-type>
  13.                 <effects-menu>
  14.                     <submenu _name="Generate from Path"/>
  15.                 </effects-menu>
  16.     </effect>
  17.     <script>
  18.         <command reldir="extensions" interpreter="python">extrude.py</command>
  19.     </script>
  20. </inkscape-extension>
  21.