From adccb9fd6038b446fc218af874429f2c3fdb8fcc Mon Sep 17 00:00:00 2001 From: Sergey Pershenkov Date: Wed, 1 Jun 2022 11:38:09 +0300 Subject: [PATCH] draw_circle() draws a filled circle --- doc/classes/CanvasItem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 6cd2da520ff..98a498d7192 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -67,7 +67,7 @@ - Draws a colored, unfilled circle. See also [method draw_arc], [method draw_polyline] and [method draw_polygon]. + Draws a colored, filled circle. See also [method draw_arc], [method draw_polyline] and [method draw_polygon].