From 9021546d20792fdd799715227685d5d6d8226517 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 31 May 2018 10:42:13 +0200 Subject: Boiler plate stuff for 'textPath' 'side' attribute. --- src/attributes.cpp | 1 + src/attributes.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/attributes.cpp b/src/attributes.cpp index 7a3916f6d..fb9b97a15 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -212,6 +212,7 @@ static SPStyleProp const props[] = { {SP_ATTR_SODIPODI_LINESPACING, "sodipodi:linespacing"}, /* SPTextPath */ {SP_ATTR_STARTOFFSET, "startOffset"}, + {SP_ATTR_SIDE, "side"}, /* SPStop */ {SP_ATTR_OFFSET, "offset"}, /* SPFilter */ diff --git a/src/attributes.h b/src/attributes.h index cecf2673b..caad42f71 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -220,6 +220,7 @@ enum SPAttributeEnum { SP_ATTR_SODIPODI_LINESPACING, /* SPTextPath */ SP_ATTR_STARTOFFSET, + SP_ATTR_SIDE, /* SPStop */ SP_ATTR_OFFSET, /* SPFilter */ -- cgit v1.2.3