HTML 參考手冊

HTML 標(biāo)簽大全

HTML canvas strokeStyle 屬性

HTML畫布中的strokeStyle屬性用于設(shè)置筆觸的顏色,漸變或圖案。 <canvas>元素允許您使用JavaScript在網(wǎng)頁上繪制圖形。每個畫布都有兩個描述畫布高度和寬度的元素,分別是高度和寬度。

HTML canvas 參考手冊

在線示例

畫一個矩形,使用紅色的筆觸顏色:

Your browser does not support the HTML5 canvas tag.

在線使用HTML canvas strokeStyle 屬性演示:

<!DOCTYPE html>
<html>
<head>
<title>HTML canvas strokeStyle 屬性的使用(菜鳥教程 cainiaoplus.com)</title>
</head>
<body>
<canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;">
您的瀏覽器不支持 HTML5 canvas 標(biāo)簽。</canvas>
<script>
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.strokeStyle="#FF0000";
ctx.strokeRect(20,20,150,100);
</script>
</body>
</html>
測試看看 ?/?

瀏覽器兼容性

IEFirefoxOperaChromeSafari

Internet Explorer 9、Firefox、Opera、Chrome 和 Safari 支持 strokeStyle 屬性。

注意:Internet Explorer 8 及之前的版本不支持 <canvas> 元素。

定義和用法

strokeStyle屬性設(shè)置或返回用于筆觸的顏色,漸變或圖案。

默認(rèn)值:#000000
JavaScript 語法:context.strokeStyle=color|gradient|pattern;

屬性值

描述
color指示繪圖筆觸顏色的 CSS 顏色值。默認(rèn)值是 #000000。
gradient用于填充繪圖的漸變對象(線性放射性)。
pattern用于創(chuàng)建 pattern 筆觸的 pattern 對象。

在線示例

繪制一個矩形。使用漸變筆觸:

您的瀏覽器,不支持HTML5 canvas標(biāo)簽.

在線使用HTML canvas strokeStyle 屬性演示:

<!DOCTYPE html>
<html>
<head>
<title>HTML canvas strokeStyle 屬性的使用(菜鳥教程 cainiaoplus.com)</title>
</head>
<body>
<canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;">
您的瀏覽器不支持 HTML5 canvas 標(biāo)簽。</canvas>
<script>
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
var gradient=ctx.createLinearGradient(0,0,170,0);
gradient.addColorStop("0","magenta");
gradient.addColorStop("0.5","blue");
gradient.addColorStop("1.0","red");
//漸變填充
ctx.strokeStyle=gradient;
ctx.lineWidth=5;
ctx.strokeRect(20,20,150,100);
</script>
</body>
</html>
測試看看 ?/?

在線示例

用一個漸變筆觸來寫文本 "Big smile!":

您的瀏覽器,不支持HTML5 canvas標(biāo)簽.

在線使用HTML canvas strokeStyle 屬性演示:

<!DOCTYPE html>
<html>
<head>
<title>HTML canvas strokeStyle 屬性的使用(菜鳥教程 cainiaoplus.com)</title>
</head>
<body>
<canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;">
您的瀏覽器不支持 HTML5 canvas 標(biāo)簽
</canvas>
<script>
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.font="30px Verdana";
// 創(chuàng)建漸變
var gradient=ctx.createLinearGradient(0,0,c.width,0);
gradient.addColorStop("0","magenta");
gradient.addColorStop("0.5","blue");
gradient.addColorStop("1.0","red");
// 漸變填充
ctx.strokeStyle=gradient;
ctx.strokeText("Big smile!",10,50);
</script>
</body>
</html>
測試看看 ?/?
HTML canvas 參考手冊
丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清