From e9bb21320278d88f6795525b4bb6c91b90711fcc Mon Sep 17 00:00:00 2001 From: tristantheb Date: Wed, 21 Apr 2021 16:21:07 +0200 Subject: KS: Removal of the least used macros --- .../web/api/canvas_api/tutorial/applying_styles_and_colors/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'files/zh-tw/web/api/canvas_api') diff --git a/files/zh-tw/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html b/files/zh-tw/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html index 65e2a5055d..6a16a2aaad 100644 --- a/files/zh-tw/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html +++ b/files/zh-tw/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html @@ -633,9 +633,7 @@ var ptrn = ctx.createPattern(img,'repeat');

shadowOffsetX和shadowOffsetY會決定陰影延伸大小,若是為正值,則陰影會往右(沿X軸)和往下(沿Y軸)延伸,若是為負值,則會往正值相反方向延伸。

-

{{gecko_callout_heading("7.0")}}

- -

Note: 基於HTML5提議規格變更,從{{Gecko("7.0")}}開始,陰影只會在source-over的構圖排列下產生

+

Note: 基於HTML5提議規格變更,從 開始,陰影只會在source-over的構圖排列下產生

文字陰影範例

-- cgit v1.2.3-54-g00ecf