From 35e7c22efdba3cb002282875ec71fbc806572293 Mon Sep 17 00:00:00 2001 From: A1lo Date: Wed, 28 Aug 2024 16:57:41 +0800 Subject: [PATCH] Update files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md --- files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md b/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md index 1f4866cd2e1635..529152d6e01a91 100644 --- a/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md +++ b/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md @@ -234,7 +234,7 @@ async function draw() { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); - // 繪製切片 + // 繪製切割影像 ctx.drawImage( document.getElementById("source"), 33,