diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2013-12-10 12:40:42 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2013-12-10 12:40:42 +0000 |
| commit | cd9fae530b0cf7e48a7b8cb41ef5efb7e99717fe (patch) | |
| tree | 9835ce4a35ad3ff6d0f9b073f08a3f6aefc463cb /src/attributes.cpp | |
| parent | Add JessyInk namespace. (diff) | |
| download | inkscape-cd9fae530b0cf7e48a7b8cb41ef5efb7e99717fe.tar.gz inkscape-cd9fae530b0cf7e48a7b8cb41ef5efb7e99717fe.zip | |
New CSS blending modes (outside of filters).
Define WITH_CSSBLEND to try out.
Note: The modes are defined in CSS Compositing and Blending Level 1.
To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border).
(bzr r12845)
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"}, |
