diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-06 18:43:09 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-06 18:43:09 +0000 |
| commit | b7c253a177de4edc08593676647d0c9d1c9f5206 (patch) | |
| tree | 8d4fc47028de23246be1eed3d2ada5cf72716be4 /src/attributes.cpp | |
| parent | I'm an idiot (diff) | |
| parent | Update to trunk r13497 (diff) | |
| download | inkscape-b7c253a177de4edc08593676647d0c9d1c9f5206.tar.gz inkscape-b7c253a177de4edc08593676647d0c9d1c9f5206.zip | |
Update to experimental r13460
(bzr r13090.1.98)
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 f491dfc01..3e446628d 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -444,7 +444,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 */ |
