diff options
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 1 |
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; |
