summaryrefslogtreecommitdiffstats
path: root/share/extensions/lorem_ipsum.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/lorem_ipsum.inx')
-rw-r--r--share/extensions/lorem_ipsum.inx15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/extensions/lorem_ipsum.inx b/share/extensions/lorem_ipsum.inx
new file mode 100644
index 000000000..7722b4549
--- /dev/null
+++ b/share/extensions/lorem_ipsum.inx
@@ -0,0 +1,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> \ No newline at end of file