Skip to content
Snippets Groups Projects
Commit 6c0a7ecf authored by Evelim Carla Ribeiro's avatar Evelim Carla Ribeiro
Browse files

adicionar comando git

parent 917107b1
No related branches found
No related tags found
1 merge request!1Master
......@@ -20,13 +20,11 @@ ctx.lineTo(x2,y1);
<!--ctx.lineTo(x2,y2);-->
ctx.moveTo(x2,y2);
ctx.lineTo(x1,y2);
ctx.moveTo(x1,y2);
ctx.lineTo(x1,y1);
<!--penta-->
ctx.moveTo(150,60);
ctx.lineTo(x2,y2);
ctx.moveTo(x2,y1);
ctx.lineTo(150,60);
ctx.lineTo(x2,y2);
function Shape(x, y, w, h, fill) {
// This is a very simple and unsafe constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment