diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-08-01 08:13:43 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-08-01 08:13:43 +0000 |
| commit | 8b31d0e28a6cf0f916f5267c54fed76c712c48a3 (patch) | |
| tree | 9edd9e52c489bb8ae900064a0daadb9a87fcc634 /src/attributes.cpp | |
| parent | Fix make check (diff) | |
| download | inkscape-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/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 3cca90105..2474e4abe 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -442,7 +442,7 @@ static SPStyleProp const props[] = { {SP_PROP_DISPLAY, "display"}, {SP_PROP_OVERFLOW, "overflow"}, {SP_PROP_VISIBILITY, "visibility"}, - {SP_PROP_BLEND_MODE, "mix-blend-mode"}, // CSS Blending and Compositing + {SP_PROP_MIX_BLEND_MODE, "mix-blend-mode"}, // CSS Blending and Compositing {SP_PROP_ISOLATION, "isolation"}, /* SVG */ /* Clip/Mask */ |
