summaryrefslogtreecommitdiffstats
path: root/share/extensions/docinfo.inx
blob: 095036fdef17704f52bb1735710a5154a50760fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
      <name>DOC Info</name>
      <id>org.inkscape.doc_info</id>
      <effect needs-live-preview="false">
        <object-type>all</object-type>
        <effects-menu>
          <submenu name="Document"/>
        </effects-menu>
      </effect>
      <script>
        <command location="inx" interpreter="python">docinfo.py</command>
      </script>
</inkscape-extension>