| 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>Restack</name>
<id>org.inkscape.filter.restack</id>
<param name="tab" type="notebook">
<page name="positional" gui-text="Based on Position">
<label appearance="header">Restack Direction</label>
<param name="nb_direction" type="notebook">
<page name="presets" gui-text="Presets">
<param name="direction" type="optiongroup" appearance="combo" gui-text="Direction">
<option value="lr">Left to Right (0)</option>
<option value="bt">Bottom to Top (90)</option>
<option value="rl">Right to Left (180)</option>
<option value="tb">Top to Bottom (270)</option>
<option value="ro">Radial Outward</option>
<option value="ri">Radial Inward</option>
</param>
</page>
<page name="custom" gui-text="Custom">
<param name="angle" type="float" min="0.0" max="360.0" gui-text="Angle:">0.00</param>
</page>
</param>
<label appearance="header">Object Reference Point</label>
<param name="xanchor" type="optiongroup" appearance="combo" gui-text="Horizontal:">
<option value="l">Left</option>
<option value="m">Middle</option>
<option value="r">Right</option>
</param>
<param name="yanchor" type="optiongroup" appearance="combo" gui-text="Vertical:">
<option value="t">Top</option>
<option value="m">Middle</option>
<option value="b">Bottom</option>
</param>
</page>
<page name="z_order" gui-text="Based on Z-Order">
<param name="zsort" type="optiongroup" appearance="combo" gui-text="Restack Mode">
<option value="rev">Reverse Z-Order</option>
<option value="rand">Shuffle Z-Order</option>
</param>
</page>
<page name="help" gui-text="Help">
<label>This extension changes the z-order of objects based on their position on the canvas or their current z-order.
Selection:
The extension restacks either objects inside a single selected group, or a selection of multiple objects on the current drawing level (layer or group).</label>
</page>
</param>
<effect>
<object-type>path</object-type>
<effects-menu>
<submenu name="Arrange"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">restack.py</command>
</script>
</inkscape-extension>