summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-08-22 18:16:34 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-08-22 18:16:34 +0000
commit9cc89eaa165ec2a27c81bca683dfd5f546f890eb (patch)
treee72ea73e722b18f2ea7da36676e7bded48c3b839 /src/style.h
parentFrom Chris Morgan - lzma dictionary size increased to improve compression of ... (diff)
downloadinkscape-9cc89eaa165ec2a27c81bca683dfd5f546f890eb.tar.gz
inkscape-9cc89eaa165ec2a27c81bca683dfd5f546f890eb.zip
fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, make them correctly handle inherit values; test case for the bug is added to the testsuite
(bzr r8519)
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index d5ccc4901..9a2c72f16 100644
--- a/src/style.h
+++ b/src/style.h
@@ -336,6 +336,7 @@ struct SPStyle {
unsigned stroke_dasharray_set : 1;
unsigned stroke_dasharray_inherit : 1;
unsigned stroke_dashoffset_set : 1;
+ unsigned stroke_dashoffset_inherit : 1;
/** stroke-opacity */
SPIScale24 stroke_opacity;