diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-13 09:57:46 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-13 09:57:46 +0100 |
commit | 3c9bf4bc210a8e6a208f30ca59de4d4d7e18c04d (patch) | |
tree | b3c2cab1986c2b16bb94404e42b14ef3186f3e83 /doc | |
parent | a9f3f0c52a111d46bb4697beef89ac3ffd118d65 (diff) | |
parent | 9b2843f14f87b27cb3ca749ca1e1c5d920042b6f (diff) |
Merge pull request #71317 from bruvzg/dash_align
Improve dashed line alignment and make it optional.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/CanvasItem.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 5171e0acbe..fbab1d76a0 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -97,6 +97,7 @@ <param index="2" name="color" type="Color" /> <param index="3" name="width" type="float" default="1.0" /> <param index="4" name="dash" type="float" default="2.0" /> + <param index="5" name="aligned" type="bool" default="true" /> <description> Draws a dashed line from a 2D point to another, with a given color and width. See also [method draw_multiline] and [method draw_polyline]. </description> |