summaryrefslogtreecommitdiffstats
path: root/src/circle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/circle.c')
-rw-r--r--src/circle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/circle.c b/src/circle.c
index cd4f09d..6010dc2 100644
--- a/src/circle.c
+++ b/src/circle.c
@@ -263,8 +263,8 @@ ganv_circle_draw(GanvItem* item,
&circle->node, &dash_length, &border_color, &fill_color);
cairo_arc(cr,
- cx - x,
- cy - y,
+ cx,
+ cy,
impl->coords.radius,
0, 2 * G_PI);