Skip to content

Commit 0a2e24d

Browse files
committed
FEAT: adds description for Shape's close command.
1 parent e2fb4f0 commit 0a2e24d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

en/draw.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,18 @@ Draws a horizontal line from the current pen position.
991991
<length> : length of the line segment (integer! float!).
992992
----
993993

994+
=== Close
995+
996+
*Syntax*
997+
998+
----
999+
close
1000+
----
1001+
9941002
*Description*
9951003

996-
Draws a vertical line from the current pen position.
1004+
Draws a closing line from latest pen position and latest `move` command or 0x0 position.
1005+
9971006

9981007
== Default values
9991008

0 commit comments

Comments
 (0)