summaryrefslogtreecommitdiffstats
path: root/src/attributes.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/attributes.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/attributes.h')
-rw-r--r--src/attributes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 97540bc71..660145a54 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -445,6 +445,11 @@ enum SPAttributeEnum {
SP_PROP_TEXT_ANCHOR,
SP_PROP_WHITE_SPACE,
+ SP_PROP_SHAPE_INSIDE,
+ SP_PROP_SHAPE_OUTSIDE,
+ SP_PROP_SHAPE_PADDING,
+ SP_PROP_SHAPE_MARGIN,
+
/* Text Decoration */
SP_PROP_TEXT_DECORATION, /* SVG 1 underline etc.( no color or style) OR SVG2 with _LINE, _STYLE, _COLOR values */
SP_PROP_TEXT_DECORATION_LINE, /* SVG 2 underline etc. */