summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-08-01 08:13:43 +0000
committertavmjong-free <tavmjong@free.fr>2014-08-01 08:13:43 +0000
commit8b31d0e28a6cf0f916f5267c54fed76c712c48a3 (patch)
tree9edd9e52c489bb8ae900064a0daadb9a87fcc634 /src/style.h
parentFix make check (diff)
downloadinkscape-8b31d0e28a6cf0f916f5267c54fed76c712c48a3.tar.gz
inkscape-8b31d0e28a6cf0f916f5267c54fed76c712c48a3.zip
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
(bzr r13341.1.113)
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h
index 8d0befe0e..01a9d4b84 100644
--- a/src/style.h
+++ b/src/style.h
@@ -179,8 +179,7 @@ public:
/** mix-blend-mode: CSS Compositing and Blending Level 1 */
SPIEnum isolation;
- // Could be shared with Filter blending mode
- SPIEnum blend_mode;
+ SPIEnum mix_blend_mode;
SPIPaintOrder paint_order;