Skip to content

Commit 284557e

Browse files
authored
Update 615-graphics-draw.markdown
1 parent 53ddce9 commit 284557e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_build/reference/615-graphics-draw.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> DRAW CommandString
44
5-
Draw lines as specified by the given CommandString. The CommandString is created using commands from the Graphics Definition Language.
5+
Draw lines as specified by the given `CommandString`. The `CommandString` is created using commands from the Graphics Definition Language.
66
The start point for drawing can be defined using the PSET command. COLOR can be used to change the color of the lines.
77

8-
## Graphics Definition Language
8+
### Graphics Definition Language
99

1010
In the movement instructions below, n specifies a distance to move in pixel.
1111

@@ -24,7 +24,7 @@ In the movement instructions below, n specifies a distance to move in pixel.
2424
| N | A prefix command. Next movement command moves, but returns immediately to previous point.
2525

2626

27-
## Example 1: Let's draw a house
27+
### Example 1: Let's draw a house
2828

2929
```
3030
COLOR 9

0 commit comments

Comments
 (0)