From c35eeadff685fb93343ee334ec6da857c95c8288 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 2 Mar 2017 14:08:17 +0100 Subject: Implement arc "chord" type. (Matches Krita "chord" arc type.) (bzr r15561) --- src/attributes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/attributes.h') 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, -- cgit v1.2.3