method documentation: [strokeRect](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/strokeRect) ```javascript void ctx.strokeRect(x, y, width, height); ```
method documentation: strokeRect