Code

Extensions. XAML export improvements.
[inkscape.git] / share / extensions / render_barcode_datamatrix.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3         <_name>Barcode - Datamatrix</_name>
4         <id>il.datamatrix</id>
5         <dependency type="executable" location="extensions">render_barcode_datamatrix.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name="text" type="string" _gui-text="Text:">Inkscape</param>
8         <param name="rows" type="int" min="8" max="144" _gui-text="Rows:">10</param>
9         <param name="cols" type="int" min="10" max="144" _gui-text="Cols:">10</param>
10         <param name="size" type="int" min="1" max="1000" _gui-text="Square Size (px):">4</param>
11         <effect>
12                 <object-type>all</object-type>
13                 <effects-menu>
14                         <submenu _name="Render"/>
15                 </effects-menu>
16         </effect>
17         <script>
18                 <command reldir="extensions" interpreter="python">render_barcode_datamatrix.py</command>
19         </script>
20 </inkscape-extension>