summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-01-16 14:47:14 +0000
committertavmjong-free <tavmjong@free.fr>2015-01-16 14:47:14 +0000
commitf020705fc609f8718b57b9540e7fc2b2dc59b2fe (patch)
tree1a500c2696a164a80e6b5d6fa70f74ffd5fd2a28 /src/style.cpp
parentStart to implement SVG 2 text in a shape. (diff)
downloadinkscape-f020705fc609f8718b57b9540e7fc2b2dc59b2fe.tar.gz
inkscape-f020705fc609f8718b57b9540e7fc2b2dc59b2fe.zip
Test implementation of 'shape-padding'.
(bzr r13858)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 8b6c4c79e..b65bff53f 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -249,6 +249,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) :
word_spacing.setStylePointer( this );
stroke_width.setStylePointer( this );
stroke_dashoffset.setStylePointer( this );
+ shape_padding.setStylePointer( this );
// Properties that depend on 'color'
text_decoration_color.setStylePointer( this );