summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-01-15 16:57:00 +0000
committertavmjong-free <tavmjong@free.fr>2015-01-15 16:57:00 +0000
commit4945f8e2b75648e4fec6b225d02ad83104601f5a (patch)
treebc1e05aa4a3170c86fcf7aef431f9df8ccafb718 /src/style.h
parentFix warnings when tracing enabled. (diff)
downloadinkscape-4945f8e2b75648e4fec6b225d02ad83104601f5a.tar.gz
inkscape-4945f8e2b75648e4fec6b225d02ad83104601f5a.zip
Read properties for SVG 2 text in a shape.
(bzr r13852)
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index 3f21f37db..ab34476b3 100644
--- a/src/style.h
+++ b/src/style.h
@@ -142,6 +142,12 @@ public:
/** white space (svg2) */
SPIEnum white_space;
+ /** SVG2 Text Wrapping */
+ SPIString shape_inside;
+ // SPIString shape_outside;
+ SPILength shape_padding;
+ // SPILength shape_margin;
+
/* Text Decoration ----------------------- */
/** text decoration (css2 16.3.1) */