diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-10-19 11:11:05 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-10-19 11:11:05 +0000 |
| commit | 96bf3670efc23ecee2b9546b0b55993b1601c221 (patch) | |
| tree | 57811483e1b2ea1e395b8f125964e45296138b6c /src/attributes.cpp | |
| parent | update author list in about dialog from AUTHORS file (diff) | |
| download | inkscape-96bf3670efc23ecee2b9546b0b55993b1601c221.tar.gz inkscape-96bf3670efc23ecee2b9546b0b55993b1601c221.zip | |
Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.
(bzr r15177)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index b06ff6048..02b9450b0 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -442,6 +442,7 @@ static SPStyleProp const props[] = { {SP_PROP_PAINT_ORDER, "paint-order" }, {SP_PROP_SOLID_COLOR, "solid-color"}, {SP_PROP_SOLID_OPACITY, "solid-opacity"}, + {SP_PROP_VECTOR_EFFECT, "vector-effect"}, /* CSS Blending/Compositing */ {SP_PROP_MIX_BLEND_MODE, "mix-blend-mode"}, |
