~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/extensions/cut-marks.inx

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
Merge from fe-moved

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>Add Cut Marks</_name>
 
4
        <id>org.inkscape.printing.addcutmarks</id>
 
5
 
 
6
  <param name="use-rect" type="boolean" _gui-text="Use the selected rect to define the margin"></param>
 
7
 
 
8
  <param name="sep" type="description">•••••••••••••••••••••••••••••••••••••••••••••</param>
 
9
 
 
10
  <_param name="info1" type="description">The fields above are needed only if you don't use a rect:</_param>
 
11
 
 
12
  <param name="unit" type="enum" _gui-text="Measurement unit:">
 
13
    <item>cm</item>
 
14
    <item>mm</item>
 
15
    <item>in</item>
 
16
    <item>px</item>
 
17
  </param>
 
18
  <param name="margin-r" type="float" min="0.0" _gui-text="Margin right">1.0</param>
 
19
  <param name="margin-l" type="float" min="0.0" _gui-text="Margin left">1.0</param>
 
20
  <param name="margin-t" type="float" min="0.0" _gui-text="Margin top">1.0</param>
 
21
  <param name="margin-b" type="float" min="0.0" _gui-text="Margin bottom">1.5</param>
 
22
 
 
23
        <effect>
 
24
                <object-type>all</object-type>
 
25
                <effects-menu>
 
26
                        <submenu _name="Printing"/>
 
27
                </effects-menu>
 
28
        </effect>
 
29
 
 
30
        <script>
 
31
                <command reldir="extensions" interpreter="perl">cut-marks.pl</command>
 
32
        </script>
 
33
 
 
34
</inkscape-extension>