From 374aa610cb550cf7dcd283ca93ad0ad844732d32 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Mon, 5 Jan 2015 11:17:51 +0100 Subject: Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirsanov (buliabyak). (bzr r13839) --- src/attributes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/attributes.h') 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, -- cgit v1.2.3