Claim Your Free E-book post Below

We value your privacy and would never spam you

Html5 Stroke Text

<!DOCTYPE html>
<html>
<body>

<canvas id="myCanvas" width="300" height="100" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML5 canvas tag.</canvas>

<script>
var c = document.getElementById("myCanvas");
var ctx = c.getContext("2d");
ctx.font = "40px Arial";
ctx.strokeText("Hello World",30,40);
</script>

</body>
</html>

Your browser does not support the HTML5 canvas tag.

No comments:

Post a Comment

GOOGLE

LIKE US

CONTACT US

Name

Email *

Message *