summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiko Kiirala <niko@kiirala.com>2006-07-04 14:05:32 +0000
committerkiirala <kiirala@users.sourceforge.net>2006-07-04 14:05:32 +0000
commitcbb3cdf3361ee9e9a18a3cf912bd17332d367e09 (patch)
tree326061baf97f76385913de0c23720d0273457d6e /doc
parentreplace long with short option in dia call, supposedly fixes #1516723 (diff)
downloadinkscape-cbb3cdf3361ee9e9a18a3cf912bd17332d367e09.tar.gz
inkscape-cbb3cdf3361ee9e9a18a3cf912bd17332d367e09.zip
Created NR::FilterSlot to handle pixblocks in rendering filters
(bzr r1351)
Diffstat (limited to 'doc')
-rw-r--r--doc/nr-filter-interface.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nr-filter-interface.txt b/doc/nr-filter-interface.txt
index d5eb84a52..6065333fe 100644
--- a/doc/nr-filter-interface.txt
+++ b/doc/nr-filter-interface.txt
@@ -84,7 +84,7 @@ Constant name Corresponding SVG input name
NR_FILTER_SOURCEGRAPHIC SourceGraphic
NR_FILTER_SOURCEALPHA SourceAlpha
NR_FILTER_BACKGROUNDIMAGE BackgroundImage
-NR_FILTER_BACKGROUNDAPLHA BackgroundAlpha
+NR_FILTER_BACKGROUNDALPHA BackgroundAlpha
NR_FILTER_FILLPAINT FillPaint
NR_FILTER_SOURCEPAINT SourcePaint
(defined in display/nr-filter-types.h)