summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-05-31 08:42:13 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-05-31 08:42:13 +0000
commit9021546d20792fdd799715227685d5d6d8226517 (patch)
tree0e764a178bf7234a230d980e181d0aeda3f7c50f /src
parentAdd center mirror symmetry butons for perfect symmetry and rotate copyes cleanup (diff)
downloadinkscape-9021546d20792fdd799715227685d5d6d8226517.tar.gz
inkscape-9021546d20792fdd799715227685d5d6d8226517.zip
Boiler plate stuff for 'textPath' 'side' attribute.
Diffstat (limited to 'src')
-rw-r--r--src/attributes.cpp1
-rw-r--r--src/attributes.h1
2 files changed, 2 insertions, 0 deletions
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 */