There was an error while loading. Please reload this page.
1 parent f71555a commit 730a0bfCopy full SHA for 730a0bf
2 files changed
src/_path.h
@@ -21,6 +21,8 @@
21
#include "_backend_agg_basic_types.h"
22
#include "numpy_cpp.h"
23
24
+const size_t NUM_VERTICES[] = { 1, 1, 1, 2, 3 };
25
+
26
struct XY
27
{
28
double x;
src/mplutils.h
@@ -49,8 +49,6 @@ enum {
49
CLOSEPOLY = 0x4f
50
};
51
52
-const size_t NUM_VERTICES[] = { 1, 1, 1, 2, 3, 1 };
53
-
54
inline int prepare_and_add_type(PyTypeObject *type, PyObject *module)
55
56
if (PyType_Ready(type)) {
0 commit comments