diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-06-01 11:51:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 11:51:00 +0200 |
commit | 0810b0d4714943d00a28a2b6d1e206a51db6619f (patch) | |
tree | 13aa7d7dfef1d34917c69deb306a1401e7fa55ef | |
parent | 391b8551a23480d83bbbbf4aa0d3d6e263ae11cd (diff) | |
parent | adccb9fd6038b446fc218af874429f2c3fdb8fcc (diff) |
Merge pull request #61599 from okla/master
-rw-r--r-- | doc/classes/CanvasItem.xml | 2 |
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"> |