6ed90202378068e77619b6e8b259ad064dd3fd2bapenner<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <dependency type="executable" location="extensions">voronoi2svg.py</dependency>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <dependency type="executable" location="extensions">inkex.py</dependency>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <dependency type="executable" location="extensions">voronoi.py</dependency>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <param name="diagram-type" type="enum" _gui-text="Type of diagram:">
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_item value="Delaunay">Delaunay Triangulation</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_param name="Voronoi Options" type="description" appearance="header">Options for Voronoi diagram</_param>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <param name="clip-box" type="enum" _gui-text="Bounding box of the diagram:">
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_item value="Automatic from seeds">Automatic from selected objects</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <param name="show-clip-box" type="boolean" _gui-text="Show the bounding box"></param>
82d65f7901b1e62f55b5fa161ad7b5491405ef70jabiertxof <_param name="Delaunay Options" type="description" appearance="header">Options for Delaunay Triangulation</_param>
82d65f7901b1e62f55b5fa161ad7b5491405ef70jabiertxof <param name="delaunay-fill-options" _gui-text="Triangles color" type="optiongroup">
82d65f7901b1e62f55b5fa161ad7b5491405ef70jabiertxof <_option value="delaunay-no-fill">Default (Stroke black and no fill)</_option>
82d65f7901b1e62f55b5fa161ad7b5491405ef70jabiertxof <_option value="delaunay-fill">Triangles with item color</_option>
82d65f7901b1e62f55b5fa161ad7b5491405ef70jabiertxof <_option value="delaunay-fill-random">Triangles with item color (random on apply)</_option>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_param name="help_text" type="description">Select a set of objects. Their centroids will be used as the sites of the Voronoi diagram. Text objects are not handled.</_param>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <command reldir="extensions" interpreter="python">voronoi2svg.py</command>