summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-08-01 09:04:51 +0000
committertavmjong-free <tavmjong@free.fr>2014-08-01 09:04:51 +0000
commit97a4ef4fd8b0c841a90f3bb29dee13fd96edecb7 (patch)
treec88c8e7ef5b19447167bce4c8e5f590e27722a25 /src/attributes.h
parentBasic support for <solidColor> element (rendering only as a paint server). (diff)
downloadinkscape-97a4ef4fd8b0c841a90f3bb29dee13fd96edecb7.tar.gz
inkscape-97a4ef4fd8b0c841a90f3bb29dee13fd96edecb7.zip
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
(bzr r13485)
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 82e7ca8a6..3397e4034 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -441,7 +441,7 @@ enum SPAttributeEnum {
SP_PROP_DISPLAY,
SP_PROP_OVERFLOW,
SP_PROP_VISIBILITY,
- SP_PROP_BLEND_MODE,
+ SP_PROP_MIX_BLEND_MODE,
SP_PROP_ISOLATION,
/* SVG */
/* Clip/Mask */