Easy Tutorial
❮ Prop Area Hostname Met Canvas Strokerect ❯

HTML Canvas lineWidth Property

Canvas Object

Example

Draw a rectangle with a line width of 10 pixels:

JavaScript:


Browser Support

Internet Explorer 9, Firefox, Opera, Chrome, and Safari support the lineWidth property.

Note: Internet Explorer 8 and earlier versions do not support the <canvas> element.


Definition and Usage

The lineWidth property sets or returns the current line width, in pixels.

Default value: 1
JavaScript syntax: context.lineWidth = number;
--- ---

Property Values

Value Description
number The current line width, in pixels.

Canvas Object

❮ Prop Area Hostname Met Canvas Strokerect ❯