Answers for "javascript cahnge colour of strokerect"

1

javascript cahnge colour of strokerect

const context = canvas.getContext('2d');

context.strokeStyle = 'blue';
context.strokeRect(100, 100, 50, 50);
Posted by: Guest on March-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language