summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
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.cpp
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 '')
-rw-r--r--src/attributes.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index f386832c7..81b12c658 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -438,6 +438,11 @@ static SPStyleProp const props[] = {
{SP_PROP_KERNING, "kerning"},
{SP_PROP_TEXT_ANCHOR, "text-anchor"},
{SP_PROP_WHITE_SPACE, "white-space"},
+ /* SVG 2 Text Wrapping */
+ {SP_PROP_SHAPE_INSIDE, "shape-inside"},
+ {SP_PROP_SHAPE_OUTSIDE, "shape-outside"},
+ {SP_PROP_SHAPE_PADDING, "shape-padding"},
+ {SP_PROP_SHAPE_MARGIN, "shape-margin"},
/* Text Decoration */
{SP_PROP_TEXT_DECORATION, "text-decoration"},
{SP_PROP_TEXT_DECORATION_LINE, "text-decoration-line"},