From: Emden Gansner Date: Mon, 9 Jul 2012 21:16:52 +0000 (-0400) Subject: Add and advertise function to free Ppolyline_t; X-Git-Tag: LAST_LIBGRAPH~32^2~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b5e805aed4108fc7ebe568608c8c632f2f1ed4b;p=graphviz Add and advertise function to free Ppolyline_t; add support for elliptical wedges; make sure new fill types work when user supplies an image --- 7b5e805aed4108fc7ebe568608c8c632f2f1ed4b diff --cc lib/common/const.h index 9a92a1c4e,0bfb30616..ec4e45fee --- a/lib/common/const.h +++ b/lib/common/const.h @@@ -214,7 -214,8 +214,9 @@@ #define BOX3D (1 << 9) #define COMPONENT (1 << 10) #define STRIPED (1 << 11) - #define WEDGED (1 << 12) + #define DOTTED (1 << 12) + #define DASHED (1 << 13) ++#define WEDGED (1 << 14) /* fill types */ #define FILL 1