diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-01-15 16:57:00 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-01-15 16:57:00 +0000 |
| commit | 4945f8e2b75648e4fec6b225d02ad83104601f5a (patch) | |
| tree | bc1e05aa4a3170c86fcf7aef431f9df8ccafb718 /src/attributes.h | |
| parent | Fix warnings when tracing enabled. (diff) | |
| download | inkscape-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.h | 5 |
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. */ |
