Posts by Gabriel Oliveira • 1 point
1 post
-
0
votes0
answers200
viewsQ: How I can create a rectangle with Java Script
I am trying to create a rectangle using Javascript, avoiding using the functions of the canvas as moveto and drawto. However my rectangle does not look good. Follows the code: function retangulo(x1,…