summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode_datamatrix.inx
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2009-12-24 11:23:10 +0000
committerAlvin Penner <penner@vaxxine.com>2009-12-24 11:23:10 +0000
commit74c929e8edbd30fd1b0bfa8651d249ac81f7cda8 (patch)
treefe581f888f163afb34feb4acafdb76e083d3a05e /share/extensions/render_barcode_datamatrix.inx
parentWireframe Spheres extension by inductiveload (diff)
downloadinkscape-74c929e8edbd30fd1b0bfa8651d249ac81f7cda8.tar.gz
inkscape-74c929e8edbd30fd1b0bfa8651d249ac81f7cda8.zip
DataMatrix encoder extension by inductiveload
Fixed bugs: - https://launchpad.net/bugs/465571 (bzr r8905)
Diffstat (limited to 'share/extensions/render_barcode_datamatrix.inx')
-rw-r--r--share/extensions/render_barcode_datamatrix.inx20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/extensions/render_barcode_datamatrix.inx b/share/extensions/render_barcode_datamatrix.inx
new file mode 100644
index 000000000..ea2aa4705
--- /dev/null
+++ b/share/extensions/render_barcode_datamatrix.inx
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>Barcode - Datamatrix</_name>
+ <id>il.datamatrix</id>
+ <dependency type="executable" location="extensions">render_barcode_datamatrix.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <param name="text" type="string" _gui-text="Text">Inkscape</param>
+ <param name="rows" type="int" min="8" max="144" _gui-text="Rows">10</param>
+ <param name="cols" type="int" min="10" max="144" _gui-text="Cols">10</param>
+ <param name="size" type="int" min="1" max="1000" _gui-text="Square Size / px">4</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Render"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">render_barcode_datamatrix.py</command>
+ </script>
+</inkscape-extension>