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.h | |
| 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.h')
| -rw-r--r-- | src/attributes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes.h b/src/attributes.h index ff426e8cf..12adcf8e2 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -450,7 +450,8 @@ enum SPAttributeEnum { SP_PROP_PAINT_ORDER, /* SVG2 */ SP_PROP_SOLID_COLOR, SP_PROP_SOLID_OPACITY, - + SP_PROP_VECTOR_EFFECT, + /* CSS Blending/Compositing */ SP_PROP_MIX_BLEND_MODE, SP_PROP_ISOLATION, |
