diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-05-31 08:42:13 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-05-31 08:42:13 +0000 |
| commit | 9021546d20792fdd799715227685d5d6d8226517 (patch) | |
| tree | 0e764a178bf7234a230d980e181d0aeda3f7c50f /src/attributes.cpp | |
| parent | Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanup (diff) | |
| download | inkscape-9021546d20792fdd799715227685d5d6d8226517.tar.gz inkscape-9021546d20792fdd799715227685d5d6d8226517.zip | |
Boiler plate stuff for 'textPath' 'side' attribute.
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 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 */ |
