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/style.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/style.h')
| -rw-r--r-- | src/style.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h index 0e8e34145..c8192f782 100644 --- a/src/style.h +++ b/src/style.h @@ -215,6 +215,9 @@ public: /** solid-opacity */ SPIScale24 solid_opacity; + /** vector effect */ + SPIEnum vector_effect; + /** fill */ SPIPaint fill; /** fill-opacity */ |
