summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
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. */