summaryrefslogtreecommitdiffstats
path: root/share/extensions/kochify.inx
blob: 93572305b84ad43059782b49d04977bd775da283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>Fractal (Koch)</_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>