diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-01-05 10:17:51 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-01-05 10:17:51 +0000 |
| commit | 374aa610cb550cf7dcd283ca93ad0ad844732d32 (patch) | |
| tree | 067c340e29085c65fc3bde1b680ecfde1161bae1 /src/attributes.h | |
| parent | Comment out error message about style ref counting and add explanation. (diff) | |
| download | inkscape-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.h')
| -rw-r--r-- | src/attributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 8e091df71..97540bc71 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -196,6 +196,8 @@ enum SPAttributeEnum { SP_ATTR_DX, SP_ATTR_DY, SP_ATTR_ROTATE, + SP_ATTR_TEXTLENGTH, + SP_ATTR_LENGTHADJUST, SP_ATTR_SODIPODI_ROLE, /* SPText */ SP_ATTR_SODIPODI_LINESPACING, |
