Skip to content
[~]drawing-functions.md: updated box() authored by cactusfluo's avatar cactusfluo
...@@ -151,8 +151,8 @@ with "0123456789..." ...@@ -151,8 +151,8 @@ with "0123456789..."
``` ```
The border string can also be set through `set_box_border()` (see The border string can also be set through `set_box_border()` (see
[set_box_border()](#set_box_border)). [set_box_border()](#set_box_border)).
By default, the top-left corner of the boxangle is placed at the passed By default, the top-left corner of the box is placed at the passed coordinates,
coordinates, but it can also be placed differently via `set_box_mode()` (see but it can also be placed differently via `set_box_mode()` (see
[set_box_mode()](#set_box_mode)). [set_box_mode()](#set_box_mode)).
### Parameters: ### Parameters:
... ...
......