summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-01-05 10:17:51 +0000
committertavmjong-free <tavmjong@free.fr>2015-01-05 10:17:51 +0000
commit374aa610cb550cf7dcd283ca93ad0ad844732d32 (patch)
tree067c340e29085c65fc3bde1b680ecfde1161bae1 /src/attributes.cpp
parentComment out error message about style ref counting and add explanation. (diff)
downloadinkscape-374aa610cb550cf7dcd283ca93ad0ad844732d32.tar.gz
inkscape-374aa610cb550cf7dcd283ca93ad0ad844732d32.zip
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirsanov (buliabyak).
(bzr r13839)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 2b04843a7..f386832c7 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -195,6 +195,8 @@ static SPStyleProp const props[] = {
{SP_ATTR_DX, "dx"},
{SP_ATTR_DY, "dy"},
{SP_ATTR_ROTATE, "rotate"},
+ {SP_ATTR_TEXTLENGTH, "textLength"},
+ {SP_ATTR_LENGTHADJUST, "lengthAdjust"},
{SP_ATTR_SODIPODI_ROLE, "sodipodi:role"},
/* SPText */
{SP_ATTR_SODIPODI_LINESPACING, "sodipodi:linespacing"},