There was an error while loading. Please reload this page.
1 parent 06700ef commit fa45041Copy full SHA for fa45041
1 file changed
src/Processing.h
@@ -1204,7 +1204,11 @@ static constexpr int TRIANGLE_FAN = 3;
1204
static constexpr int TRIANGLE_STRIP = 4;
1205
static constexpr int QUADS = 5;
1206
static constexpr int QUAD_STRIP = 6;
1207
-static constexpr int CLOSE = 7;
+static constexpr int CLOSE = 2;
1208
+// Arc modes
1209
+static constexpr int OPEN = 1;
1210
+static constexpr int CHORD = 2;
1211
+static constexpr int PIE = 3;
1212
1213
// Text alignment
1214
// Text alignment internal constants
0 commit comments