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/attributes.cpp | |
| 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 '')
| -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 da7b25f03..fec5d3af4 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -440,7 +440,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 */ |
