summaryrefslogtreecommitdiff
path: root/gsk/gskpathprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskpathprivate.h')
-rw-r--r--gsk/gskpathprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsk/gskpathprivate.h b/gsk/gskpathprivate.h
index 7238c44418..2e47ac465f 100644
--- a/gsk/gskpathprivate.h
+++ b/gsk/gskpathprivate.h
@@ -25,6 +25,9 @@
G_BEGIN_DECLS
+/* Same as Cairo, so looks like a good value. ¯\_(ツ)_/¯ */
+#define GSK_PATH_TOLERANCE_DEFAULT (0.1)
+
gsize gsk_path_get_n_contours (GskPath *path);
gpointer gsk_contour_init_measure (GskPath *path,