~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/share/extensions/render_barcode.inx

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 
3
  <_name>Barcode</_name>
 
4
  <id>org.inkscape.render.barcode</id>
 
5
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
  <dependency type="executable" location="extensions">render_barcode.py</dependency>
 
7
  <param name="type" type="enum" _gui-text="Barcode Type:">
 
8
    <item value="ean8">EAN8</item>
 
9
    <item value="ean13">EAN13</item>
 
10
    <item value="upca">UPC-A</item>
 
11
    <item value="upce">UPC-E</item>
 
12
    <item value="code39">Code39</item>
 
13
    <item value="code39ext">Code39Ext</item>
 
14
    <item value="code93">Code93</item>
 
15
    <item value="code128">Code128</item>
 
16
    <item value="rm4scc">RM4CC / RM4SCC</item>
 
17
  </param>
 
18
  <param name="text" type="string" _gui-text="Barcode Data:"></param>
 
19
  <param name="height" type="int" _gui-text="Bar Height:" min="20" max="80">30</param>
 
20
  <effect>
 
21
    <object-type>all</object-type>
 
22
    <effects-menu>
 
23
      <submenu _name="Render"/>
 
24
    </effects-menu>
 
25
  </effect>
 
26
  <script>
 
27
    <command reldir="extensions" interpreter="python">render_barcode.py</command>
 
28
  </script>
 
29
</inkscape-extension>