Code

svn propset svn:eol-style native *.inx
authorpjrm <pjrm@users.sourceforge.net>
Sat, 29 Mar 2008 10:28:49 +0000 (10:28 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sat, 29 Mar 2008 10:28:49 +0000 (10:28 +0000)
33 files changed:
share/extensions/color_brighter.inx
share/extensions/color_custom.inx
share/extensions/color_darker.inx
share/extensions/color_desaturate.inx
share/extensions/color_grayscale.inx
share/extensions/color_lesshue.inx
share/extensions/color_lesslight.inx
share/extensions/color_lesssaturation.inx
share/extensions/color_morehue.inx
share/extensions/color_morelight.inx
share/extensions/color_moresaturation.inx
share/extensions/color_negative.inx
share/extensions/color_randomize.inx
share/extensions/color_removeblue.inx
share/extensions/color_removegreen.inx
share/extensions/color_removered.inx
share/extensions/color_replace.inx
share/extensions/color_rgbbarrel.inx
share/extensions/export_gimp_palette.inx
share/extensions/funcplot.inx
share/extensions/lorem_ipsum.inx
share/extensions/markers_strokepaint.inx
share/extensions/pathalongpath.inx
share/extensions/pathscatter.inx
share/extensions/rubberstretch.inx
share/extensions/text_braille.inx
share/extensions/text_flipcase.inx
share/extensions/text_lowercase.inx
share/extensions/text_randomcase.inx
share/extensions/text_replace.inx
share/extensions/text_sentencecase.inx
share/extensions/text_titlecase.inx
share/extensions/text_uppercase.inx

index 48c7f5c91f8ffdc86a6dbfc22b65987b406350fe..e91428ef51b0e49d8356e45c7a8ecba110cd0a4b 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Brighter</_name>\r
-       <id>org.inkscape.color.brighter</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_brighter.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_brighter.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Brighter</_name>
+       <id>org.inkscape.color.brighter</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_brighter.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_brighter.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 211ecb31555fa8c69859a068dafebd248f0788c5..6ec34e64d8a38555e84c9fe981b5fd5ec77c3357 100644 (file)
@@ -1,19 +1,19 @@
-<inkscape-extension>\r
-       <_name>Custom</_name>\r
-       <id>org.inkscape.color.custom</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_custom.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <param name="r" type="string" _gui-text="Red Function">r</param>\r
-       <param name="g" type="string" _gui-text="Green Function">g</param>\r
-       <param name="b" type="string" _gui-text="Blue Function">b</param>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_custom.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+       <_name>Custom</_name>
+       <id>org.inkscape.color.custom</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_custom.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <param name="r" type="string" _gui-text="Red Function">r</param>
+       <param name="g" type="string" _gui-text="Green Function">g</param>
+       <param name="b" type="string" _gui-text="Blue Function">b</param>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_custom.py</command>
+       </script>
+</inkscape-extension>
index 0408c788e829602e4e19c9a2c5e4c4beb0700b96..40cc78d8b5870403d5ac8b3081852b6e96a15318 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Darker</_name>\r
-       <id>org.inkscape.color.darker</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_darker.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_darker.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Darker</_name>
+       <id>org.inkscape.color.darker</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_darker.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_darker.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 5e25db5255c45071b639434b9165e52008b75a92..80d54cdba911c0b84f8575bee27ac2b9c46d049f 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Desaturate</_name>\r
-       <id>org.inkscape.color.desaturate</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_desaturate.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_desaturate.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Desaturate</_name>
+       <id>org.inkscape.color.desaturate</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_desaturate.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_desaturate.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index d90ea8f3ed8e10a18e69ec19fcdc3dd6661b8423..ee3acf782c3cb7dbc29629a9030b188cfec4133f 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Grayscale</_name>\r
-       <id>org.inkscape.color.grayscale</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_grayscale.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_grayscale.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Grayscale</_name>
+       <id>org.inkscape.color.grayscale</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_grayscale.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_grayscale.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 4533026501cec960f2eff42ec8c1685113bf41e5..e285bf93e9b11fa6a3d7be9730e0c271c06fa381 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Less Hue</_name>\r
-       <id>org.inkscape.color.lesshue</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_lesshue.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_lesshue.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Less Hue</_name>
+       <id>org.inkscape.color.lesshue</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_lesshue.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_lesshue.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index bf0989257674202dafaa9c12cbe37bd3156de3ea..66b9be11afabe624c7744d59ffd0564e9e16fbdd 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Less Light</_name>\r
-       <id>org.inkscape.color.lesslight</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_lesslight.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_lesslight.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Less Light</_name>
+       <id>org.inkscape.color.lesslight</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_lesslight.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_lesslight.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index aa96cf14f699e39cf32e65b7564dbac4253f3901..860dcd12bde547dc7d417a2676ada4d22318e075 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Less Saturation</_name>\r
-       <id>org.inkscape.color.lesssaturation</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_lesssaturation.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_lesssaturation.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Less Saturation</_name>
+       <id>org.inkscape.color.lesssaturation</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_lesssaturation.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_lesssaturation.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 76300ab78f2cc6cb61b20133fbc5ed7df37955c0..6fe3ac7855d075683ab9eb325d78bf8b89b31d54 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>More Hue</_name>\r
-       <id>org.inkscape.color.morehue</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_morehue.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_morehue.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>More Hue</_name>
+       <id>org.inkscape.color.morehue</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_morehue.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_morehue.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 8b97adf22c6e10e03a22bc615b3fb124fea23932..cefd3c0b627ad5473fcdea5f7a2e2834363bc3af 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>More Light</_name>\r
-       <id>org.inkscape.color.morelight</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_morelight.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_morelight.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>More Light</_name>
+       <id>org.inkscape.color.morelight</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_morelight.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_morelight.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 0c4a0bfa9b09b67eaa384f68b9654aa77376d01e..ab5898ec4aa5e0a88ac8ecb89d4094b1b814c998 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>More Saturation</_name>\r
-       <id>org.inkscape.color.moresaturation</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_moresaturation.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_moresaturation.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>More Saturation</_name>
+       <id>org.inkscape.color.moresaturation</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_moresaturation.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_moresaturation.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index bdf0f4cb0923da1dfa1c1c612a9a6a22d4bbe9b5..5651d84835580548bcb38f87f55a17e77ade2eee 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Negative</_name>\r
-       <id>org.inkscape.color.negative</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_negative.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_negative.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Negative</_name>
+       <id>org.inkscape.color.negative</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_negative.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_negative.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index c92bef4f256bc29959a66c36cccdfa2dfe6f3f38..43b923fd67955b5e9c9fa1514d4ab6ad39ca0e8b 100644 (file)
@@ -1,19 +1,19 @@
-<inkscape-extension>\r
-       <_name>Randomize</_name>\r
-       <id>org.inkscape.color.randomize</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_randomize.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <param name="hue" type="boolean" _gui-text="Hue">true</param>\r
-       <param name="saturation" type="boolean" _gui-text="Saturation">true</param>\r
-       <param name="lightness" type="boolean" _gui-text="Lightness">true</param>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_randomize.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Randomize</_name>
+       <id>org.inkscape.color.randomize</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_randomize.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <param name="hue" type="boolean" _gui-text="Hue">true</param>
+       <param name="saturation" type="boolean" _gui-text="Saturation">true</param>
+       <param name="lightness" type="boolean" _gui-text="Lightness">true</param>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_randomize.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index db3062ff5505870060bf5149bf2563b26d16f5ac..898bcf9734406a16449cea193f73964a1bc61e0f 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Remove Blue</_name>\r
-       <id>org.inkscape.color.removeblue</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_removeblue.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_removeblue.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Remove Blue</_name>
+       <id>org.inkscape.color.removeblue</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_removeblue.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_removeblue.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 2e70dea294bf4f45f8ead137511a822c898c6964..6ba2c569424044a11812f525bee82a4b1af2324e 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Remove Green</_name>\r
-       <id>org.inkscape.color.removegreen</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_removegreen.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_removegreen.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Remove Green</_name>
+       <id>org.inkscape.color.removegreen</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_removegreen.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_removegreen.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 1565fc676b73de33fe74c3611d8a89a354a4a665..110a20c9727721d374d695f8c5a128583ecaa544 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>Remove Red</_name>\r
-       <id>org.inkscape.color.removered</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_removered.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_removered.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>Remove Red</_name>
+       <id>org.inkscape.color.removered</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_removered.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_removered.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index 21816f0156568989dd401e75de45be8566c4458d..c50b128119d343d3c7cb0b8041666b5c21542b66 100644 (file)
@@ -1,18 +1,18 @@
-<inkscape-extension>\r
-       <_name>Replace color</_name>\r
-       <id>org.inkscape.color.replacecolor</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_replace.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
+<inkscape-extension>
+       <_name>Replace color</_name>
+       <id>org.inkscape.color.replacecolor</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_replace.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
        <param name="from_color" type="string" _gui-text="Replace color (RRGGBB hex):">000000</param>
        <param name="to_color" type="string" _gui-text="By color (RRGGBB hex):">000000</param>
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_replace.py</command>\r
-       </script>\r
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_replace.py</command>
+       </script>
 </inkscape-extension>
index 79d2fbc7d1e56b8ef472189ee699eaf3ad072bb0..11fbf26b27ef162584f37e60371332966175fee3 100644 (file)
@@ -1,16 +1,16 @@
-<inkscape-extension>\r
-       <_name>RGB Barrel</_name>\r
-       <id>org.inkscape.color.rgbbarrel</id>\r
-       <dependency type="executable" location="extensions">coloreffect.py</dependency>\r
-       <dependency type="executable" location="extensions">color_rgbbarrel.py</dependency>\r
-       <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Color"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">color_rgbbarrel.py</command>\r
-       </script>\r
+<inkscape-extension>
+       <_name>RGB Barrel</_name>
+       <id>org.inkscape.color.rgbbarrel</id>
+       <dependency type="executable" location="extensions">coloreffect.py</dependency>
+       <dependency type="executable" location="extensions">color_rgbbarrel.py</dependency>
+       <dependency type="executable" location="extensions">simplestyle.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Color"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">color_rgbbarrel.py</command>
+       </script>
 </inkscape-extension>
\ No newline at end of file
index e4c4b419b515284129e6568886366e95cc9c97c1..bad53b91f0f06b9a77eeefbc7fab15c9e180f037 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-    <_name>Export as GIMP Palette</_name>\r
-    <id>com.kaioa.export_gimp_palette</id>\r
-    <dependency type="executable" location="extensions">export_gimp_palette.py</dependency>\r
-    <dependency type="executable" location="extensions">simplestyle.py</dependency>\r
-    <output>\r
-        <extension>.gpl</extension>\r
-        <mimetype>text/plain</mimetype>\r
-        <_filetypename>GIMP Palette (*.gpl)</_filetypename>\r
-        <_filetypetooltip>Exports the colors of this document as GIMP Palette</_filetypetooltip>\r
-    </output>\r
-    <script>\r
-       <command reldir="extensions" interpreter="python">export_gimp_palette.py</command>\r
-    </script>\r
+<inkscape-extension>
+    <_name>Export as GIMP Palette</_name>
+    <id>com.kaioa.export_gimp_palette</id>
+    <dependency type="executable" location="extensions">export_gimp_palette.py</dependency>
+    <dependency type="executable" location="extensions">simplestyle.py</dependency>
+    <output>
+        <extension>.gpl</extension>
+        <mimetype>text/plain</mimetype>
+        <_filetypename>GIMP Palette (*.gpl)</_filetypename>
+        <_filetypetooltip>Exports the colors of this document as GIMP Palette</_filetypetooltip>
+    </output>
+    <script>
+       <command reldir="extensions" interpreter="python">export_gimp_palette.py</command>
+    </script>
 </inkscape-extension>
\ No newline at end of file
index 11250c7c3d16dc2b4c4357642727767c0cd685c2..a902fa28a2c6b8e07575d5923364d63313d31676 100644 (file)
@@ -1,53 +1,53 @@
-<inkscape-extension>\r
-    <_name>Function Plotter</_name>\r
-    <id>org.inkscape.effect.funcplot</id>\r
-       <dependency type="executable" location="extensions">funcplot.py</dependency>\r
-       <dependency type="executable" location="extensions">inkex.py</dependency>\r
-       <param name="tab" type="notebook">\r
-           <page name="sampling" _gui-text="Range and Sampling">\r
-               <param name="xstart"   type="float" min="-1000.0" max="1000.0" _gui-text="Start x-value">0.0</param>\r
-               <param name="xend"     type="float" min="-1000.0" max="1000.0" _gui-text="End x-value">1.0</param>\r
-               <param name="times2pi" type="boolean"                          _gui-text="Multiply x-range by 2*pi">false</param>\r
-               <param name="ybottom"  type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom">0.0</param>\r
-               <param name="ytop"     type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top">1.0</param>\r
-               <param name="samples"  type="int"   min="2"       max="1000"   _gui-text="Samples">8</param>\r
-               <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param>\r
-               <param name="polar"    type="boolean" _gui-text="Use polar coordinates">true</param>\r
-           </page>\r
-           <page name="use" _gui-text="Use">\r
-               <_param name="funcplotuse" type="description">Select a rectangle before calling effect.\r
-Rectangle determines x and y scales.\r
-\r
-With polar coordinates:\r
-   Start and End x-values define the angle range in radians.\r
-   x scale is set so left and right edges of rectangle are at +/-1.\r
-   Isotropic scaling is disabled.\r
-   First derivative is always determined numerically.</_param>\r
-           </page>\r
-           <page name="desc" _gui-text="Functions">\r
-               <_param name="pythonfunctions" type="description">Standard python math functions are available:\r
-\r
-ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); \r
-modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); \r
-acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); \r
-cos(x); sin(x); tan(x); degrees(x); radians(x); \r
-cosh(x); sinh(x); tanh(x).\r
-\r
-The constants pi and e are also available. </_param>\r
-           </page>\r
-       </param>\r
-       <param name="fofx"     type="string"  _gui-text="Function">exp(-x*x)</param>\r
-       <param name="fponum"   type="boolean" _gui-text="Calculate first derivative numerically">true</param>\r
-       <param name="fpofx"    type="string"  _gui-text="First derivative">x</param>\r
-       <param name="remove"   type="boolean" _gui-text="Remove rectangle">true</param>\r
-       <param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param>\r
-    <effect>\r
-               <object-type>rect</object-type>\r
-                <effects-menu>\r
-                        <submenu _name="Render"/>\r
-                </effects-menu>\r
-    </effect>\r
-    <script>\r
-        <command reldir="extensions" interpreter="python">funcplot.py</command>\r
-    </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+    <_name>Function Plotter</_name>
+    <id>org.inkscape.effect.funcplot</id>
+       <dependency type="executable" location="extensions">funcplot.py</dependency>
+       <dependency type="executable" location="extensions">inkex.py</dependency>
+       <param name="tab" type="notebook">
+           <page name="sampling" _gui-text="Range and Sampling">
+               <param name="xstart"   type="float" min="-1000.0" max="1000.0" _gui-text="Start x-value">0.0</param>
+               <param name="xend"     type="float" min="-1000.0" max="1000.0" _gui-text="End x-value">1.0</param>
+               <param name="times2pi" type="boolean"                          _gui-text="Multiply x-range by 2*pi">false</param>
+               <param name="ybottom"  type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom">0.0</param>
+               <param name="ytop"     type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top">1.0</param>
+               <param name="samples"  type="int"   min="2"       max="1000"   _gui-text="Samples">8</param>
+               <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param>
+               <param name="polar"    type="boolean" _gui-text="Use polar coordinates">true</param>
+           </page>
+           <page name="use" _gui-text="Use">
+               <_param name="funcplotuse" type="description">Select a rectangle before calling effect.
+Rectangle determines x and y scales.
+
+With polar coordinates:
+   Start and End x-values define the angle range in radians.
+   x scale is set so left and right edges of rectangle are at +/-1.
+   Isotropic scaling is disabled.
+   First derivative is always determined numerically.</_param>
+           </page>
+           <page name="desc" _gui-text="Functions">
+               <_param name="pythonfunctions" type="description">Standard python math functions are available:
+
+ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); 
+modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); 
+acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); 
+cos(x); sin(x); tan(x); degrees(x); radians(x); 
+cosh(x); sinh(x); tanh(x).
+
+The constants pi and e are also available. </_param>
+           </page>
+       </param>
+       <param name="fofx"     type="string"  _gui-text="Function">exp(-x*x)</param>
+       <param name="fponum"   type="boolean" _gui-text="Calculate first derivative numerically">true</param>
+       <param name="fpofx"    type="string"  _gui-text="First derivative">x</param>
+       <param name="remove"   type="boolean" _gui-text="Remove rectangle">true</param>
+       <param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param>
+    <effect>
+               <object-type>rect</object-type>
+                <effects-menu>
+                        <submenu _name="Render"/>
+                </effects-menu>
+    </effect>
+    <script>
+        <command reldir="extensions" interpreter="python">funcplot.py</command>
+    </script>
+</inkscape-extension>
index d992fbb77d13777c4d6064711d10e642acd77295..164243672547f0ef43e9d062e8ffc1b87b76cdc1 100644 (file)
@@ -1,19 +1,19 @@
-<inkscape-extension>\r
-       <_name>Lorem ipsum</_name>\r
-       <id>com.kaioa.lorem_ipsum</id>\r
-       <dependency type="executable" location="extensions">lorem_ipsum.py</dependency>\r
-       <dependency type="executable" location="extensions">inkex.py</dependency>\r
-  <_param name="title" type="description">This effect creates the standard "Lorem Ipsum" pseudolatin placeholder text. If a flowed text is selected, Lorem Ipsum is added to it; otherwise a new flowed text object, the size of the page, is created in a new layer.</_param>\r
-       <param name="num" type="int" min="1" max="1000" _gui-text="Number of paragraphs">5</param>\r
-       <param name="sentencecount" type="int" min="2" max="100" _gui-text="Sentences per paragraph">16</param>\r
-       <param name="fluctuation" type="int" min="1" max="100" _gui-text="Paragraph length fluctuation (sentences)">4</param>\r
-    <effect>\r
-        <object-type>all</object-type>\r
-        <effects-menu>\r
-            <submenu _name="Text"/>\r
-        </effects-menu>\r
-    </effect>\r
-    <script>\r
-       <command reldir="extensions" interpreter="python">lorem_ipsum.py</command>\r
-    </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+       <_name>Lorem ipsum</_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="title" type="description">This effect creates the standard "Lorem Ipsum" pseudolatin placeholder text. If a flowed text is selected, Lorem Ipsum is added to it; otherwise a new flowed text object, the size of the page, is created in a new layer.</_param>
+       <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="Sentences per paragraph">16</param>
+       <param name="fluctuation" type="int" min="1" max="100" _gui-text="Paragraph length fluctuation (sentences)">4</param>
+    <effect>
+        <object-type>all</object-type>
+        <effects-menu>
+            <submenu _name="Text"/>
+        </effects-menu>
+    </effect>
+    <script>
+       <command reldir="extensions" interpreter="python">lorem_ipsum.py</command>
+    </script>
+</inkscape-extension>
index 6e7edfb5b5b6588566b94e1da2d0e881be49c2b0..d8d18ef98a00701c72a057f66f747321c84febd1 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-     <_name>Color Markers to Match Stroke</_name>\r
-    <id>org.ekips.filter.markers.strokepaint</id>\r
-       <dependency type="executable" location="extensions">markers_strokepaint.py</dependency>\r
-       <dependency type="executable" location="extensions">inkex.py</dependency>\r
-    <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Modify Path"/>\r
-               </effects-menu>\r
-    </effect>\r
-    <script>\r
-        <command reldir="extensions" interpreter="python">markers_strokepaint.py</command>\r
-    </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+     <_name>Color Markers to Match Stroke</_name>
+    <id>org.ekips.filter.markers.strokepaint</id>
+       <dependency type="executable" location="extensions">markers_strokepaint.py</dependency>
+       <dependency type="executable" location="extensions">inkex.py</dependency>
+    <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Modify Path"/>
+               </effects-menu>
+    </effect>
+    <script>
+        <command reldir="extensions" interpreter="python">markers_strokepaint.py</command>
+    </script>
+</inkscape-extension>
index 13b2692c52b5c6d6a9e8cca07addb6a37240f850..5ef27bb1ea6a12fb29e8cd83bc6072104908fc8e 100644 (file)
@@ -1,38 +1,38 @@
-<inkscape-extension>\r
-    <_name>Pattern along Path</_name>\r
-    <id>math.univ-lille1.barraud.pathdeform</id>\r
-<dependency type="executable" location="extensions">pathmodifier.py</dependency>\r
-<dependency type="executable" location="extensions">pathalongpath.py</dependency>\r
-<dependency type="executable" location="extensions">inkex.py</dependency>\r
-<_param name="title" type="description">This effect bends a pattern object along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>\r
-\r
-<param name="copymode" type="enum" _gui-text="Copies of the pattern:">\r
-       <item value="Single">Single</item>\r
-       <item value="Single, stretched">Single, stretched</item>\r
-       <item value="Repeated">Repeated</item>\r
-       <item value="Repeated, stretched">Repeated, stretched</item>\r
-</param>\r
-\r
-<param name="kind" type="enum" _gui-text="Deformation type:">\r
-       <item value="Snake">Snake</item>\r
-       <item value="Ribbon">Ribbon</item>\r
-</param>\r
-\r
-<param name="space"     type="float"   _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>\r
-\r
-<param name="noffset"   type="float"   _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>\r
-<param name="toffset"   type="float"   _gui-text="Tangential offset"  min="-10000.0" max="10000.0" >0.0</param>\r
-\r
-<param name="vertical"  type="boolean" _gui-text="Pattern is vertical">false</param>\r
-<param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>\r
-    <effect>\r
-<effects-menu>\r
-<submenu _name="Generate from Path"/>\r
-</effects-menu>\r
-    </effect>\r
-    <script>\r
-        <command reldir="extensions" interpreter="python">pathalongpath.py</command>\r
-    </script>\r
-</inkscape-extension>\r
-\r
-    \r
+<inkscape-extension>
+    <_name>Pattern along Path</_name>
+    <id>math.univ-lille1.barraud.pathdeform</id>
+<dependency type="executable" location="extensions">pathmodifier.py</dependency>
+<dependency type="executable" location="extensions">pathalongpath.py</dependency>
+<dependency type="executable" location="extensions">inkex.py</dependency>
+<_param name="title" type="description">This effect bends a pattern object along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
+
+<param name="copymode" type="enum" _gui-text="Copies of the pattern:">
+       <item value="Single">Single</item>
+       <item value="Single, stretched">Single, stretched</item>
+       <item value="Repeated">Repeated</item>
+       <item value="Repeated, stretched">Repeated, stretched</item>
+</param>
+
+<param name="kind" type="enum" _gui-text="Deformation type:">
+       <item value="Snake">Snake</item>
+       <item value="Ribbon">Ribbon</item>
+</param>
+
+<param name="space"     type="float"   _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
+
+<param name="noffset"   type="float"   _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
+<param name="toffset"   type="float"   _gui-text="Tangential offset"  min="-10000.0" max="10000.0" >0.0</param>
+
+<param name="vertical"  type="boolean" _gui-text="Pattern is vertical">false</param>
+<param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
+    <effect>
+<effects-menu>
+<submenu _name="Generate from Path"/>
+</effects-menu>
+    </effect>
+    <script>
+        <command reldir="extensions" interpreter="python">pathalongpath.py</command>
+    </script>
+</inkscape-extension>
+
+    
index a06de25b12fbf50075e009cafbdba9c25432cc66..b2e568ff400fe8efaaeb691860810ec53dcd2b7a 100644 (file)
@@ -1,34 +1,34 @@
-<inkscape-extension>\r
-    <_name>Scatter</_name>\r
-    <id>math.univ-lille1.barraud.pathScatter</id>\r
-       <dependency type="executable" location="extensions">pathmodifier.py</dependency>\r
-       <dependency type="executable" location="extensions">pathScatter.py</dependency>\r
-       <dependency type="executable" location="extensions">inkex.py</dependency>\r
-       <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>\r
-\r
-       <param name="follow" type="boolean" _gui-text="Follow path orientation.">false</param>\r
-       <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param>\r
-\r
-       <param name="space"     type="float"   _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>\r
-\r
-       <param name="noffset"   type="float"   _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>\r
-       <param name="toffset"   type="float"   _gui-text="Tangential offset"  min="-10000.0" max="10000.0" >0.0</param>\r
-\r
-       <param name="vertical"  type="boolean" _gui-text="Pattern is vertical">false</param>\r
-       <param name="copymode" type="optiongroup" _gui-text="Original pattern will be:">\r
-               <_option value="move">Moved</_option>\r
-       <_option value="copy">Copied</_option>\r
-               <_option value="clone">Cloned</_option>\r
-       </param>\r
-       <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>\r
-    <effect>\r
-       <effects-menu>\r
-               <submenu _name="Generate from Path"/>\r
-       </effects-menu>\r
-    </effect>\r
-    <script>\r
-        <command reldir="extensions" interpreter="python">pathScatter.py</command>\r
-    </script>\r
-</inkscape-extension>\r
-\r
-                \r
+<inkscape-extension>
+    <_name>Scatter</_name>
+    <id>math.univ-lille1.barraud.pathScatter</id>
+       <dependency type="executable" location="extensions">pathmodifier.py</dependency>
+       <dependency type="executable" location="extensions">pathScatter.py</dependency>
+       <dependency type="executable" location="extensions">inkex.py</dependency>
+       <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
+
+       <param name="follow" type="boolean" _gui-text="Follow path orientation.">false</param>
+       <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param>
+
+       <param name="space"     type="float"   _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
+
+       <param name="noffset"   type="float"   _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
+       <param name="toffset"   type="float"   _gui-text="Tangential offset"  min="-10000.0" max="10000.0" >0.0</param>
+
+       <param name="vertical"  type="boolean" _gui-text="Pattern is vertical">false</param>
+       <param name="copymode" type="optiongroup" _gui-text="Original pattern will be:">
+               <_option value="move">Moved</_option>
+       <_option value="copy">Copied</_option>
+               <_option value="clone">Cloned</_option>
+       </param>
+       <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
+    <effect>
+       <effects-menu>
+               <submenu _name="Generate from Path"/>
+       </effects-menu>
+    </effect>
+    <script>
+        <command reldir="extensions" interpreter="python">pathScatter.py</command>
+    </script>
+</inkscape-extension>
+
+                
index 03a525321748865a6e31c25c59c709017c4fd589..71b852802f0ad7596ee19b84ec672b3bf29aab4f 100644 (file)
@@ -1,17 +1,17 @@
-<inkscape-extension>\r
-    <_name>Rubber Stretch</_name>\r
-    <id>math.univ-lille1.barraud.spherify</id>\r
-       <dependency type="executable" location="extensions">pathmodifier.py</dependency>\r
-       <dependency type="executable" location="extensions">inkex.py</dependency>\r
-       <param name="ratio" type="float" _gui-text="Strength (%):"  min="-400" max="400">25</param>\r
-       <param name="curve" type="float" _gui-text="Curve (%):"     min="-400" max="400">25</param>\r
-    <effect>\r
-               <object-type>path</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Modify Path"/>\r
-               </effects-menu>\r
-    </effect>\r
-    <script>\r
-        <command reldir="extensions" interpreter="python">rubberstretch.py</command>\r
-    </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+    <_name>Rubber Stretch</_name>
+    <id>math.univ-lille1.barraud.spherify</id>
+       <dependency type="executable" location="extensions">pathmodifier.py</dependency>
+       <dependency type="executable" location="extensions">inkex.py</dependency>
+       <param name="ratio" type="float" _gui-text="Strength (%):"  min="-400" max="400">25</param>
+       <param name="curve" type="float" _gui-text="Curve (%):"     min="-400" max="400">25</param>
+    <effect>
+               <object-type>path</object-type>
+               <effects-menu>
+                       <submenu _name="Modify Path"/>
+               </effects-menu>
+    </effect>
+    <script>
+        <command reldir="extensions" interpreter="python">rubberstretch.py</command>
+    </script>
+</inkscape-extension>
index 1bd0357be7b1c4b3ab825405ebaaa063a57925a7..b78223b3caa8de626c015808dc5351354c058209 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>Convert to Braille</_name>\r
-       <id>org.inkscape.text.braille</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_braille.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_braille.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+       <_name>Convert to Braille</_name>
+       <id>org.inkscape.text.braille</id>
+       <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+       <dependency type="executable" location="extensions">text_braille.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Text"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">text_braille.py</command>
+       </script>
+</inkscape-extension>
index 398a8e81963e09412dba3f120fc24e71c5dd2b6e..0eb16837042b810c20b8e0d61bf2dcaf9f05bebc 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>fLIP cASE</_name>\r
-       <id>org.inkscape.text.flipcase</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_flipcase.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_flipcase.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+       <_name>fLIP cASE</_name>
+       <id>org.inkscape.text.flipcase</id>
+       <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+       <dependency type="executable" location="extensions">text_flipcase.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Text"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">text_flipcase.py</command>
+       </script>
+</inkscape-extension>
index 083e5841895447e7306acdc02d48e36873d59c4b..1438149567e40dd64c31ad50c014507f44ffacd5 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>lowercase</_name>\r
-       <id>org.inkscape.text.lowercase</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_lowercase.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_lowercase.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<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>
index 09604c14b0a2d2db53615b3f74c70f0db5d054d1..25dbe7d182d912331247be7c831aa28640a4eb30 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>rANdOm CasE</_name>\r
-       <id>org.inkscape.text.randomcase</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_randomcase.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_randomcase.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+       <_name>rANdOm CasE</_name>
+       <id>org.inkscape.text.randomcase</id>
+       <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+       <dependency type="executable" location="extensions">text_randomcase.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Text"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">text_randomcase.py</command>
+       </script>
+</inkscape-extension>
index a63c555126abe4cd20209f01bd0a87d5ca4bb184..323bf0b5e9d410431895ec9db9a2cc15473da8b4 100644 (file)
@@ -1,17 +1,17 @@
-<inkscape-extension>\r
-       <_name>Replace text</_name>\r
-       <id>org.inkscape.text.replacetext</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_replace.py</dependency>\r
+<inkscape-extension>
+       <_name>Replace text</_name>
+       <id>org.inkscape.text.replacetext</id>
+       <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+       <dependency type="executable" location="extensions">text_replace.py</dependency>
        <param name="from_text" type="string" _gui-text="Replace:"></param>
        <param name="to_text" type="string" _gui-text="By:"></param>
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_replace.py</command>\r
-       </script>\r
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Text"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">text_replace.py</command>
+       </script>
 </inkscape-extension>
index da3b292aea0bc39a7dde2ca4b330740a4551cd3e..dacb2f415cb01987ffe9c692892c4a5b732c1fbd 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>Sentence case</_name>\r
-       <id>org.inkscape.text.sentencecase</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_sentencecase.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_sentencecase.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<inkscape-extension>
+       <_name>Sentence case</_name>
+       <id>org.inkscape.text.sentencecase</id>
+       <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+       <dependency type="executable" location="extensions">text_sentencecase.py</dependency>
+       <effect>
+               <object-type>all</object-type>
+               <effects-menu>
+                       <submenu _name="Text"/>
+               </effects-menu>
+       </effect>
+       <script>
+               <command reldir="extensions" interpreter="python">text_sentencecase.py</command>
+       </script>
+</inkscape-extension>
index a18a30d497d1b4393142a320373c5967ad66a773..23f8779d9da7b772154acbde7cfef38845c0ec44 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>Title Case</_name>\r
-       <id>org.inkscape.text.titlecase</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_titlecase.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_titlecase.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<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>
index cf9d8e5df1887c5dd492d11a7f8693633affc248..171e4305efaa4bf799ca16def53390de1ddc0062 100644 (file)
@@ -1,15 +1,15 @@
-<inkscape-extension>\r
-       <_name>UPPERCASE</_name>\r
-       <id>org.inkscape.text.uppercase</id>\r
-       <dependency type="executable" location="extensions">chardataeffect.py</dependency>\r
-       <dependency type="executable" location="extensions">text_uppercase.py</dependency>\r
-       <effect>\r
-               <object-type>all</object-type>\r
-               <effects-menu>\r
-                       <submenu _name="Text"/>\r
-               </effects-menu>\r
-       </effect>\r
-       <script>\r
-               <command reldir="extensions" interpreter="python">text_uppercase.py</command>\r
-       </script>\r
-</inkscape-extension>\r
+<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>