summaryrefslogtreecommitdiffstats
path: root/share/extensions/lorem_ipsum.inx
blob: 7722b4549ef65a5fe20d7584ae4b5edcb3c0bbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
	<_name>Generate Fill Text</_name>
	<id>com.kaioa.lorem_ipsum</id>
	<dependency type="executable" location="extensions">lorem_ipsum.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
	<param name="num" type="int" min="1" max="1000" _gui-text="Number of Paragraphs">5</param>
	<param name="sentencecount" type="int" min="2" max="100" _gui-text="Number of Sentences per Paragraph">16</param>
	<param name="fluctuation" type="int" min="1" max="100" _gui-text="+/- Sentences (fluctuation)">4</param>
	<effect>
		<object-type>Fill Text</object-type>
	</effect>
    <script>
    	<command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
    </script>
</inkscape-extension>