Add the text "and text" to first section (#30505)
This commit is contained in:
@ -4,7 +4,7 @@ title: Canvas Tag
|
||||
## Canvas Tag
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
You can use a canvas to draw and animate graphics. The drawings are done with JavaScript, so you will want to have an id in order to select the canvas.
|
||||
You can use a canvas to draw and animate graphics and text. The drawings are done with JavaScript, so you will want to have an id in order to select the canvas.
|
||||
```html
|
||||
<canvas id="canvas" width="200px" height="200px">
|
||||
</canvas>
|
||||
|
Reference in New Issue
Block a user