summaryrefslogtreecommitdiffstats
path: root/share/extensions/kochify.inx
blob: 7c3264317ac7d505944c291644e939ac8dfcc99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>Kochify</_name>
    <id>org.ekips.filter.kochify</id>
	<dependency type="executable" location="extensions">kochify.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
	<object-type>path</object-type>
        <effects-menu>
            <submenu _name="Modify Path"/>
        </effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">kochify.py</command>
    </script>
</inkscape-extension>