Skip to content

Commit 3984cd8

Browse files
committed
HTML Canvas
1 parent 9fa6847 commit 3984cd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,9 @@ Cross-Origin Resource Sharing (CORS) is a W3C spec that allows cross-domain comm
639639
|fillText() |Draws "filled" text on the canvas |
640640
|strokeText()|Draws text on the canvas (no fill) |
641641
|measureText()|Returns an object that contains the width of the specified text |
642+
643+
[Live Example](https://learning-zone.github.io/html-interview-questions/canvas.html)
644+
642645
<div align="right">
643646
<b><a href="#">↥ back to top</a></b>
644647
</div>

0 commit comments

Comments
 (0)