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