From 8932e4f610f66c96d9248f166b7b4f24fe15aa14 Mon Sep 17 00:00:00 2001 From: hdx Date: Tue, 25 Jun 2024 10:37:08 +0800 Subject: [PATCH] =?UTF-8?q?canvas:=20=E8=B0=83=E6=95=B4=E9=94=9A=E7=82=B9?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/canvas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/canvas.md b/docs/component/canvas.md index 4019b963..e8fc6f6a 100644 --- a/docs/component/canvas.md +++ b/docs/component/canvas.md @@ -20,7 +20,7 @@ 和 W3C 规范保持一致 [https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/canvas](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/canvas) -## 注意事项@hidpi +## 注意事项@tips 老版 uni-app 的 canvas 使用了微信小程序的的旧版规范,和 W3C 规范有差异。微信小程序新版的 canvas 规范已经与 W3C 规范拉齐。 -- GitLab