summaryrefslogtreecommitdiffstats
path: root/share/extensions/path_envelope.inx
blob: 43069465e03e0574c0e2686d9c73d5a8d52e4644 (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>Envelope Deformation</name>
    <id>org.inkscape.path.envelope</id>
    <effect>
    <object-type>path</object-type>
        <effects-menu>
            <submenu name="Modify Path"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">path_envelope.py</command>
    </script>
</inkscape-extension>