summaryrefslogtreecommitdiffstats
path: root/share/extensions/fractalize.inx
blob: 189bb2afa92d26aad126647a4fc0bc7db237987b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/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>