d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner<?xml version="1.0" encoding="UTF-8"?>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <_name>Voronoi Pattern</_name>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <id>com.vaxxine.generate.voronoi</id>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <dependency type="executable" location="extensions">generate_voronoi.py</dependency>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <dependency type="executable" location="extensions">voronoi.py</dependency>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <dependency type="executable" location="extensions">inkex.py</dependency>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="tab" type="notebook">
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <page name="Options" _gui-text="Options">
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="size" type="int" min="2" max="200" _gui-text="Average size of cell (px):">10</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="border" type="int" min="-200" max="200" _gui-text="Size of Border (px):">0</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico </page>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <page name="Help" _gui-text="Help">
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <_param name="title" type="description" xml:space="preserve">Generate a random pattern of Voronoi cells. The pattern will be accessible in the Fill and Stroke dialog. You must select an object or a group.
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNicoIf border is zero, the pattern will be discontinuous at the edges. Use a positive border, preferably greater than the cell size, to produce a smooth join of the pattern at the edges. Use a negative border to reduce the size of the pattern and get an empty border.</_param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico </page>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico </param>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <effect>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <object-type>all</object-type>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <effects-menu>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <submenu _name="Generate from Path"/>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner </effects-menu>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner </effect>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <script>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner <command reldir="extensions" interpreter="python">generate_voronoi.py</command>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner </script>
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner</inkscape-extension>