Skip to content

Commit

Permalink
Update files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Aug 28, 2024
1 parent b3e126b commit 35e7c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ async function draw() {
const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");

// 繪製切片
// 繪製切割影像
ctx.drawImage(
document.getElementById("source"),
33,
Expand Down

0 comments on commit 35e7c22

Please sign in to comment.