6ed90202378068e77619b6e8b259ad064dd3fd2bapenner<?xml version="1.0" encoding="UTF-8"?>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
a9a7680c6369eada5da57ae66d9033ac2c408b27JazzyNico <_name>Voronoi Diagram</_name>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <id>org.inkscape.effect.voronoi</id>
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="tab" type="notebook">
63b783299317098c2c41a7986af276305e46a7afJazzyNico <page name="options" _gui-text="Options">
63b783299317098c2c41a7986af276305e46a7afJazzyNico <param name="diagram-type" type="enum" _gui-text="Type of diagram:">
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_item value="Voronoi">Voronoi Diagram</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_item value="Delaunay">Delaunay Triangulation</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_item value="Both">Voronoi and Delaunay</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico </param>
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="Page">Page</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <_item value="Automatic from seeds">Automatic from selected objects</_item>
63b783299317098c2c41a7986af276305e46a7afJazzyNico </param>
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>
82d65f7901b1e62f55b5fa161ad7b5491405ef70jabiertxof </param>
63b783299317098c2c41a7986af276305e46a7afJazzyNico </page>
63b783299317098c2c41a7986af276305e46a7afJazzyNico <page name="help" _gui-text="Help">
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>
63b783299317098c2c41a7986af276305e46a7afJazzyNico </page>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner </param>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <effect>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <object-type>all</object-type>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <effects-menu>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <submenu _name="Generate from Path"/>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner </effects-menu>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner </effect>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <script>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner <command reldir="extensions" interpreter="python">voronoi2svg.py</command>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner </script>
6ed90202378068e77619b6e8b259ad064dd3fd2bapenner</inkscape-extension>