logo

Crowdly

Browser

Add to Chrome

Selectați imaginea care corespunde cu rezultatul codului indicat mai jos: var c...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Selectați imaginea care corespunde cu rezultatul codului indicat mai jos:

var c = document.getElementById("myCanvas");

var ctx = c.getContext("2d");

ctx.beginPath();

ctx.lineWidth = "6";

ctx.strokeStyle = "red";

ctx.rect(5, 5, 290, 140);  

ctx.stroke();

ctx.beginPath();

ctx.lineWidth = "4";

ctx.strokeStyle = "green";

ctx.rect(30, 30, 50, 50);

ctx.stroke();

ctx.beginPath();

ctx.lineWidth = "10";

ctx.strokeStyle = "blue";

ctx.rect(50, 50, 150, 80);

ctx.stroke();

0%
0%
More questions like this

Want instant access to all verified answers on moodle2.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome