Snippets tagged “stroketext”
1 snippet uses this tag.
- How to Add a Text on the HTML5 <canvas> ElementCSS
In this tutorial, you’ll find out how to add text on the HTML5 <canvas> element. For that, you need Javascript. Use the fillText() and strokeText() methods.