This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz_strokecolor_as_fill.inx

35 lines
2.0 KiB
Plaintext
Raw Normal View History

2020-08-01 05:23:44 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Stroke Color As Fill</_name>
<id>fablabchemnitz.de.stroke_color_as_fill</id>
<param name="tab" type="notebook">
<page name="swap_tab" _gui-text="Fill, Stroke">
<param name="fill_stroke_mode" type="optiongroup" appearance="full" _gui-text="Mode:">
<option value="fill_stroke">Swap Fill and Stroke</option>
<option value="fill">Copy Fill to Stroke</option>
<option value="stroke">Copy Stroke to Fill</option>
</param>
<param name="fill_stroke_copy_alpha" type="boolean" _gui-text="Copy alpha">true</param>
<param name="fill_stroke_copy_none" type="boolean" _gui-text="Copy 'None' property">true</param>
<param name="fill_stroke_copy_unset" type="boolean" _gui-text="Copy 'Unset' property">true</param>
<param name="fill_stroke_convert_unset" type="boolean" _gui-text="Convert 'Unset' property" _gui-description="Convert unset fill to black stroke, unset stroke to 'none' fill.">true</param>
<!--<param name="nodash" type="boolean" gui-text="Fix dash-stroke to alow no line only markers">false</param>-->
</page>
<page name="about_tab" _gui-text="About">
<_param name="about_swap_head" type="description" appearance="header">Swap</_param>
<_param name="about_swap_desc0" type="description" gui-description="TODO: add more detailed description.">Swap or copy fill, stroke paint.</_param>
</page>
</param>
<effect needs-document="no">
<object-type>all</object-type>
<effects-menu>
<submenu _name="FabLab Chemnitz">
<submenu _name="Modify existing Path(s)" />
</submenu>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">fablabchemnitz_strokecolor_as_fill.py</command>
</script>
</inkscape-extension>