Code

Fix function plotter for the most common case where there are no transforms applied...
[inkscape.git] / share / extensions / edge3d.inx
1 <inkscape-extension>
2   <_name>Edge 3D</_name>
3   <id>org.greygreen.inkscape.effects.edge3d</id>
4   <dependency type="executable" location="extensions">edge3d.py</dependency>
5   <dependency type="executable" location="extensions">inkex.py</dependency>
6   <param name="angle" type="float" min="0.0" max="360.0"
7          _gui-text="Illumination Angle">45</param>
8   <param name="shades" type="int" min="2" max="360"
9          _gui-text="Shades">2</param>
10   <param name="bw" type="boolean"
11          _gui-text="Only black and white">0</param>
12   <param name="thick" type="float" min="1.0" max="50.0"
13          _gui-text="Stroke width">10</param>
14   <param name="stddev" type="float" min="1.0" max="100.0"
15          _gui-text="Blur stdDeviation">5</param>
16   <param name="blurwidth" type="float" min="1.0" max="10.0"
17          _gui-text="Blur width">2</param>
18   <param name="blurheight" type="float" min="1.0" max="10.0"
19          _gui-text="Blur height">2</param>
20   <effect>
21     <object-type>path</object-type>
22     <effects-menu>
23       <submenu _name="Modify Path"/>
24     </effects-menu>
25   </effect>
26   <script>
27     <command reldir="extensions" interpreter="python">edge3d.py</command>
28   </script>
29 </inkscape-extension>