summaryrefslogtreecommitdiffstats
path: root/share/extensions/prepare_file_save_as.inx
blob: 6c8bf86b70073a7bb6f1f3e9ff36a3bf60f2084a (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>Pre-Process File Save As...</name>
    <id>org.inkscape.file.pre_process</id>
    <effect>
        <object-type>path</object-type>
        <effects-menu>
            <submenu name="Export"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">prepare_file_save_as.py</command>
    </script>
</inkscape-extension>