generate_voronoi.inx revision f1a3257bc5556c5b1f95ec2c6906f1309a390b2a
<?xml version="1.0" encoding="UTF-8"?>
<_name>Voronoi Pattern</_name>
<param name="tab" type="notebook">
<page name="Options" _gui-text="Options">
<param name="size" type="int" min="2" max="200" _gui-text="Average size of cell (px):">10</param>
<param name="border" type="int" min="-200" max="200" _gui-text="Size of Border (px):">0</param>
</page>
<page name="Help" _gui-text="Help">
<_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.
If 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>
</page>
</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Generate from Path"/>
</effects-menu>
</effect>
<script>
</script>
</inkscape-extension>