summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5403a1e)
raw | patch | inline | side by side (parent: 5403a1e)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 26 Mar 2008 06:09:34 +0000 (06:09 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 26 Mar 2008 06:09:34 +0000 (06:09 +0000) |
share/extensions/Makefile.am | patch | blob | history | |
share/extensions/README | patch | blob | history | |
share/extensions/inkscape-shadow-white.sh | [deleted file] | patch | blob | history |
share/extensions/inkscape-shadow.sh | [deleted file] | patch | blob | history |
index 9d716fa8558c15d85ce7522f7dcd3b41d70e8238..fae1c01bd81b752efbee097efca9bab02277d20a 100644 (file)
handles.py \
ill2svg.pl \
inkex.py \
- inkscape-shadow.sh \
- inkscape-shadow-white.sh \
interp.py \
lindenmayer.py \
lorem_ipsum.py \
radiusrand.py \
render_barcode.py \
render_alphabetsoup.py \
- render_alphabetsoup_config.py \
+ render_alphabetsoup_config.py \
rtree.py \
rubberstretch.py\
simplepath.py \
whirl.py
otherstuff = \
- aisvg.xslt \
+ aisvg.xslt \
colors.xml \
svg2xaml.xsl \
xaml2svg.xsl
index 74b4f7bc17e296a18879ff235246091a420c8f5d..ba0251dc43d6679add2debe26bae4d1c27640bb4 100644 (file)
--- a/share/extensions/README
+++ b/share/extensions/README
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
+++ /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
+++ /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