summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Pershenkov <s.pershenkov@icloud.com>2022-06-01 11:38:09 +0300
committerGitHub <noreply@github.com>2022-06-01 11:38:09 +0300
commitadccb9fd6038b446fc218af874429f2c3fdb8fcc (patch)
treec1171066d40ac2b4e8480184087134b4d18605bd /doc
parent3ab3293334785abb3df3bebbf2e52ec290236b76 (diff)
draw_circle() draws a filled circle
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/CanvasItem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 6cd2da520f..98a498d719 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -67,7 +67,7 @@
<argument index="1" name="radius" type="float" />
<argument index="2" name="color" type="Color" />
<description>
- 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].
</description>
</method>
<method name="draw_colored_polygon">