diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-03-02 13:08:17 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2017-03-02 13:08:17 +0000 |
| commit | c35eeadff685fb93343ee334ec6da857c95c8288 (patch) | |
| tree | 0480364cfec63f8730f4f8394d52305ada65ff15 /src/attributes.h | |
| parent | Add units (px) to size being shown in native Windows file open dialog and fix... (diff) | |
| download | inkscape-c35eeadff685fb93343ee334ec6da857c95c8288.tar.gz inkscape-c35eeadff685fb93343ee334ec6da857c95c8288.zip | |
Implement arc "chord" type. (Matches Krita "chord" arc type.)
(bzr r15561)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index e21851bcf..6d4ac7543 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -182,6 +182,7 @@ enum SPAttributeEnum { SP_ATTR_SODIPODI_START, SP_ATTR_SODIPODI_END, SP_ATTR_SODIPODI_OPEN, + SP_ATTR_SODIPODI_ARC_TYPE, /* SPStar */ SP_ATTR_SODIPODI_SIDES, SP_ATTR_SODIPODI_R1, |
