diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-12-12 18:41:22 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-12-12 18:41:22 +0000 |
| commit | a29b8421aa3f610ef467b466247dbb10aa3093d4 (patch) | |
| tree | 9393d29335f66dd5525a5fe9b98eca7aab1eb90d /src/attributes.cpp | |
| parent | Update to trunk (diff) | |
| parent | Accept new CSS blend properties as valid. (diff) | |
| download | inkscape-a29b8421aa3f610ef467b466247dbb10aa3093d4.tar.gz inkscape-a29b8421aa3f610ef467b466247dbb10aa3093d4.zip | |
Update to trunk
(bzr r11950.1.208)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index b93bcfd57..40e11b023 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -440,6 +440,8 @@ 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_ISOLATION, "isolation"}, /* SVG */ /* Clip/Mask */ {SP_PROP_CLIP_PATH, "clip-path"}, |
