summaryrefslogtreecommitdiff
path: root/contrib/inkscape/icon_workflow-plates_show.inx
blob: 5018e7608891e0b6ac3247c65e8acffcef29acd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
	<_name>Show Plates</_name>
	<id>org.inkscape.icon_workflow.plates_show</id>
	<dependency type="executable" location="extensions">icon_workflow-plates_visibility.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
	<dependency type="executable" location="extensions">simplestyle.py</dependency>
	<param name="show" gui-hidden="true" type="boolean">true</param>
	<effect>
		<object-type>all</object-type>
		<effects-menu>
			<submenu _name="Icon Workflow"/>
		</effects-menu>
	</effect>
	<script>
		<command reldir="extensions" interpreter="python">icon_workflow-plates_visibility.py</command>
	</script>
</inkscape-extension>