Skip to content

Commit e7b4060

Browse files
committed
Readme: Add note on persistence of drawn items
Speciffically that it includes text
1 parent 80f3d20 commit e7b4060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ this.canvas.getContext('2d').textBaseline = 'middle';
422422
this.canvas.getContext('2d').fillText('Hello Nin!', x_position_on_canvas, y_position_on_canvas);
423423
```
424424

425+
Beware that this will not replace any text previously drawn. To obtain a blank slate you have to either clear or draw over previously shown text.
426+
425427
## Linting
426428

427429
The frontend part of this project uses ESLint for linting.

0 commit comments

Comments
 (0)