W3Schools.com

HTML5 canvas strokeStyle Attribute

HTML5 track Tag Reference HTML5 canvas reference

Example

Draw a red rectangle:

Yor browser does not support the canvas tag.

JavaScript:

var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.strokeStyle="#FF0000";
ctx.strokeRect(20,20,150,100);

Try it yourself »

Definition and Usage

The strokeStyle attribute specifies the color of the selected drawing property.

Default value: #000000
JavaScript syntax: context.strokeStyle="#FF0000";


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The strokeStyle attribute is supported in all major browsers.


Attribute Values

Value Description Play it
color The color of the current drawing property Play it »


HTML5 track Tag Reference HTML5 canvas reference


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE