summaryrefslogtreecommitdiffstats
path: root/share/extensions/text_titlecase.inx
blob: 32f4f8298c39b59d637be3b403489566d6e52141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
	<_name>Title Case</_name>
	<id>org.inkscape.text.titlecase</id>
	<dependency type="executable" location="extensions">chardataeffect.py</dependency>
	<dependency type="executable" location="extensions">text_titlecase.py</dependency>
	<effect>
		<object-type>all</object-type>
		<effects-menu>
			<submenu _name="Text"/>
		</effects-menu>
	</effect>
	<script>
		<command reldir="extensions" interpreter="python">text_titlecase.py</command>
	</script>
</inkscape-extension>