| Server IP : 93.86.61.54 / Your IP : 216.73.216.206 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/inkscape/extensions/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Voronoi Pattern</name>
<id>com.inkscape.generate.generate_voronoi</id>
<dependency type="file" location="inx">voronoi.py</dependency>
<param name="tab" type="notebook">
<page name="Options" gui-text="Options">
<param name="size" type="int" min="2" max="9999" gui-text="Average size of cell (px):">10</param>
<param name="border" type="int" min="-200" max="9999" gui-text="Size of Border (px):">0</param>
</page>
<page name="Help" gui-text="Help">
<label 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.</label>
</page>
</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="Generate from Path"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">generate_voronoi.py</command>
</script>
</inkscape-extension>