diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-08-01 09:02:54 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-08-01 09:02:54 +0000 |
| commit | 6dde092cd67702688e9c5e243c5b1fcf8a46d8f9 (patch) | |
| tree | db5ea6f32264585ee237ced1275a9b4a807761c5 | |
| parent | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. (diff) | |
| download | inkscape-6dde092cd67702688e9c5e243c5b1fcf8a46d8f9.tar.gz inkscape-6dde092cd67702688e9c5e243c5b1fcf8a46d8f9.zip | |
Fix type in 'mix-blend-mode'.
(bzr r13341.1.114)
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 5f8a8d82e..a91611d89 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -145,7 +145,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : opacity( "opacity", SP_SCALE24_MAX, false ), isolation( "isolation", enum_isolation, SP_CSS_ISOLATION_AUTO ), - mix_blend_mode( "mix_blend_mode", enum_blend_mode, SP_CSS_BLEND_NORMAL ), + mix_blend_mode( "mix-blend-mode", enum_blend_mode, SP_CSS_BLEND_NORMAL ), paint_order(), // SPIPaintOrder |
