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_printing_marks_dotted.inx

46 lines
2.7 KiB
Plaintext
Raw Normal View History

2020-07-30 01:16:18 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
2020-08-07 20:19:46 +02:00
<name>Printing Marks Dotted</name>
2020-07-30 01:16:18 +02:00
<id>fablabchemnitz.de.printing_marks_dotted</id>
<param name="tab" type="notebook">
2020-08-07 20:19:46 +02:00
<page name="marks" gui-text="Marks">
<param name="crop_marks" type="bool" gui-text="Crop Marks">true</param>
<param name="dotted_crop_marks" type="bool" gui-text="Dotted Crop Marks">false</param>
<param name="bleed_marks" type="bool" gui-text="Bleed Marks">false</param>
<param name="registration_marks" type="bool" gui-text="Registration Marks">true</param>
<param name="star_target" type="bool" gui-text="Star Target">false</param>
<param name="colour_bars" type="bool" gui-text="Color Bars">true</param>
<param name="page_info" type="bool" gui-text="Page Information">false</param>
2020-07-30 01:16:18 +02:00
</page>
2020-08-07 20:19:46 +02:00
<page name="pos" gui-text="Positioning">
<param name="where" type="optiongroup" appearance="combo" gui-text="Set crop marks to:">
2020-07-30 01:16:18 +02:00
<_item value="canvas">Canvas</_item>
<_item value="selection">Selection</_item>
</param>
2020-08-07 20:19:46 +02:00
<param name="unit" gui-text="Unit:" type="optiongroup" appearance="combo">
<option value="px">px</option>
<option value="pt">pt</option>
<option value="in">in</option>
<option value="cm">cm</option>
<option value="mm">mm</option>
2020-07-30 01:16:18 +02:00
</param>
2020-08-07 20:19:46 +02:00
<param name="crop_offset" type="float" min="0.0" max="9999.0" precision="3" gui-text="Offset:">5</param>
<param name="bleed_settings" type="description" appearance="header">Bleed Margin</param>
<param name="bleed_top" type="float" indent="1" min="0.0" max="9999.0" precision="3" gui-text="Top:">5</param>
<param name="bleed_bottom" type="float" indent="1" min="0.0" max="9999.0" precision="3" gui-text="Bottom:">5</param>
<param name="bleed_left" type="float" indent="1" min="0.0" max="9999.0" precision="3" gui-text="Left:">5</param>
<param name="bleed_right" type="float" indent="1" min="0.0" max="9999.0" precision="3" gui-text="Right:">5</param>
2020-07-30 01:16:18 +02:00
</page>
</param>
<effect needs-live-preview="true">
<object-type>all</object-type>
<effects-menu>
2020-08-07 20:19:46 +02:00
<submenu name="FabLab Chemnitz">
<submenu name="Various"/>
2020-07-30 01:16:18 +02:00
</submenu>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">fablabchemnitz_printing_marks_dotted.py</command>
</script>
</inkscape-extension>