diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-08-01 09:04:51 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-08-01 09:04:51 +0000 |
| commit | 97a4ef4fd8b0c841a90f3bb29dee13fd96edecb7 (patch) | |
| tree | c88c8e7ef5b19447167bce4c8e5f590e27722a25 /src/style.h | |
| parent | Basic support for <solidColor> element (rendering only as a paint server). (diff) | |
| download | inkscape-97a4ef4fd8b0c841a90f3bb29dee13fd96edecb7.tar.gz inkscape-97a4ef4fd8b0c841a90f3bb29dee13fd96edecb7.zip | |
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
(bzr r13485)
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h index eb8a3ed91..3627b4ec2 100644 --- a/src/style.h +++ b/src/style.h @@ -168,8 +168,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; |
