summaryrefslogtreecommitdiffstats
path: root/src/circle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/circle.c')
-rw-r--r--src/circle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/circle.c b/src/circle.c
index c1897f9..30237fa 100644
--- a/src/circle.c
+++ b/src/circle.c
@@ -268,7 +268,7 @@ ganv_circle_draw(GanvItem* item,
cx - x,
cy - y,
impl->coords.radius,
- 0, 2 * M_PI);
+ 0, 2 * G_PI);
// Fill
color_to_rgba(fill_color, &r, &g, &b, &a);