summaryrefslogtreecommitdiffstats
path: root/share/extensions/fractalize.inx
blob: 4bb4e66c9cb3ba8e0d4ca3018ff9e4650fca2502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<inkscape-extension>
    <_name>Fractalize</_name>
    <id>org.ekips.filter.fractalize</id>
	<dependency type="executable" location="extensions">fractalize.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
        <param name="subdivs" type="int" _gui-text="Subdivisions">6</param>
        <param name="smooth" type="float" _gui-text="Smoothness">4.0</param>
    <effect>
		<object-type>path</object-type>
		<effects-menu>
                    <submenu _name="Modify Path"/>
                </effects-menu>	
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">fractalize.py</command>
    </script>
</inkscape-extension>