diff options
author | Yaohua Xiong <xiongyaohua@gmail.com> | 2023-11-05 12:25:29 +0800 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-02 10:42:24 +0200 |
commit | 1f2aa17d143da5ad39863bf87682fd3757bf33b0 (patch) | |
tree | 884dc7855bd5545df296afc97fa8e4bfd39bbb4d /misc | |
parent | f91db3dc58f1d6a0cb63d591515183b5a45cd3ba (diff) | |
download | redot-engine-1f2aa17d143da5ad39863bf87682fd3757bf33b0.tar.gz |
Extend `CanvasItem::draw_circle()` with filled, width, and antialiased options
Make it possible to draw unfilled circle, like draw_rect(). Antialising is only implemented for unfilled version.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index c0731b18fc..f935a512b9 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -323,3 +323,10 @@ Validate extension JSON: Error: Field 'classes/TextEdit/methods/set_selection_mo Removed optional arguments set_selection_mode, use set_selection_origin_line/column instead. Compatibility methods registered. + + +GH-84472 +-------- +Validate extension JSON: Error: Field 'classes/CanvasItem/methods/draw_circle/arguments': size changed value in new API, from 3 to 6. + +Optional arguments added. Compatibility methods registered. |