From f020705fc609f8718b57b9540e7fc2b2dc59b2fe Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 16 Jan 2015 15:47:14 +0100 Subject: Test implementation of 'shape-padding'. (bzr r13858) --- src/style.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/style.cpp') 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 ); -- cgit v1.2.3