summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-03-26 06:09:34 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-03-26 06:09:34 +0000
commit966087b7b6159f79e27605a74504c2ee1745a0e5 (patch)
tree7977b8fce2bed69cde2f560de8e626cf4309297c
parentremove the insanely obsolete sodipodi docs and the inkscape-shadow hack as no... (diff)
downloadinkscape-966087b7b6159f79e27605a74504c2ee1745a0e5.tar.gz
inkscape-966087b7b6159f79e27605a74504c2ee1745a0e5.zip
remove the inkscape-shadow hack as no longer needed
(bzr r5196)
-rw-r--r--share/extensions/Makefile.am6
-rw-r--r--share/extensions/README10
-rwxr-xr-xshare/extensions/inkscape-shadow-white.sh2
-rwxr-xr-xshare/extensions/inkscape-shadow.sh2
4 files changed, 6 insertions, 14 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index 9d716fa85..fae1c01bd 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -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
diff --git a/share/extensions/README b/share/extensions/README
index 74b4f7bc1..ba0251dc4 100644
--- a/share/extensions/README
+++ b/share/extensions/README
@@ -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
index c1cb0268c..000000000
--- a/share/extensions/inkscape-shadow-white.sh
+++ /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
index 7a3e45fa9..000000000
--- a/share/extensions/inkscape-shadow.sh
+++ /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