Code

remove the inkscape-shadow hack as no longer needed
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 26 Mar 2008 06:09:34 +0000 (06:09 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 26 Mar 2008 06:09:34 +0000 (06:09 +0000)
share/extensions/Makefile.am
share/extensions/README
share/extensions/inkscape-shadow-white.sh [deleted file]
share/extensions/inkscape-shadow.sh [deleted file]

index 9d716fa8558c15d85ce7522f7dcd3b41d70e8238..fae1c01bd81b752efbee097efca9bab02277d20a 100644 (file)
@@ -59,8 +59,6 @@ extensions = \
        handles.py \
        ill2svg.pl \
        inkex.py \
-       inkscape-shadow.sh \
-       inkscape-shadow-white.sh \
        interp.py \
        lindenmayer.py \
        lorem_ipsum.py \
@@ -81,7 +79,7 @@ extensions = \
        radiusrand.py \
        render_barcode.py \
        render_alphabetsoup.py \
-    render_alphabetsoup_config.py \
+       render_alphabetsoup_config.py \
        rtree.py \
        rubberstretch.py\
        simplepath.py \
@@ -115,7 +113,7 @@ extensions = \
        whirl.py
 
 otherstuff = \
-    aisvg.xslt \
+       aisvg.xslt \
        colors.xml \
        svg2xaml.xsl \
        xaml2svg.xsl
index 74b4f7bc17e296a18879ff235246091a420c8f5d..ba0251dc43d6679add2debe26bae4d1c27640bb4 100644 (file)
@@ -1,12 +1,10 @@
 This folder contains Inkscape extensions, i.e. the scripts
-that Inkscape uses to perform some specialized functions.
+that implement some commands that you can use from within 
+Inkscape. Most of these commands are in the Effects menu.
 
-Each *.inx file contains a description of an extension,
-listing its name, description, prerequisites, etc. These
+Each *.inx file describes an extension,
+listing its name, purpose, prerequisites, etc. These
 files are read by Inkscape on launch. Other files are
 the scripts themselves (Perl, Python, and Ruby are 
 supported, as well as shell scripts).
 
-Some of the scripts here are not (yet) hooked up to Inkscape
-in any way but can be used from the command line (e.g. 
-inkscape-shadow*).
diff --git a/share/extensions/inkscape-shadow-white.sh b/share/extensions/inkscape-shadow-white.sh
deleted file mode 100755 (executable)
index c1cb026..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-convert -mattecolor "#ffff" -frame $((${2} * 3))x$((${2} * 3)) -fx '1' -channel A -blur $((${2} * 3))x${2} $1 $1
diff --git a/share/extensions/inkscape-shadow.sh b/share/extensions/inkscape-shadow.sh
deleted file mode 100755 (executable)
index 7a3e45f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-convert -mattecolor "#000f" -frame $((${2} * 3))x$((${2} * 3)) -fx '0' -channel A -blur $((${2} * 3))x${2} $1 $1