I can draw text using these code:
myCanvas.fillStyle = "Red";
myCanvas.font = "30pt Arial";
myCanvas.fillText("Some Text", 10, 30);
I want to add a border around "Some Text", any ideas on that?
|
I can draw text using these code:
I want to add a border around "Some Text", any ideas on that?
| |||
|
feedback
|
|
Use strokeText() and the strokeStyle. eg:
| |||
|
feedback
|
|
What about
| ||||
feedback
|