summaryrefslogtreecommitdiffstats
path: root/share/extensions/text_uppercase.inx
blob: cf9d8e5df1887c5dd492d11a7f8693633affc248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
	<_name>UPPERCASE</_name>
	<id>org.inkscape.text.uppercase</id>
	<dependency type="executable" location="extensions">chardataeffect.py</dependency>
	<dependency type="executable" location="extensions">text_uppercase.py</dependency>
	<effect>
		<object-type>all</object-type>
		<effects-menu>
			<submenu _name="Text"/>
		</effects-menu>
	</effect>
	<script>
		<command reldir="extensions" interpreter="python">text_uppercase.py</command>
	</script>
</inkscape-extension>