summaryrefslogtreecommitdiffstats
path: root/share/extensions/perspective.inx
blob: 35775a27f07df36327cf6b0d9fab3ef52dd75882 (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>Perspective</name>
    <id>org.ekips.filter.perspective</id>
    <effect>
    <object-type>path</object-type>
        <effects-menu>
            <submenu name="Modify Path"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">perspective.py</command>
    </script>
</inkscape-extension>