summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-03-02 13:08:17 +0000
committertavmjong-free <tavmjong@free.fr>2017-03-02 13:08:17 +0000
commitc35eeadff685fb93343ee334ec6da857c95c8288 (patch)
tree0480364cfec63f8730f4f8394d52305ada65ff15 /src/attributes.h
parentAdd units (px) to size being shown in native Windows file open dialog and fix... (diff)
downloadinkscape-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.h1
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,