未验证 提交 c92fbc28 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/ui/ui-js-components-canvasrenderingcontext2d.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 6384a6ca
......@@ -638,7 +638,7 @@ export default {
img.src = 'common/images/2.png';
// 设置图片宽度
img.width= 150;
// 设置图高度
// 设置图高度
img.height=150;
// 图片平铺容器
var pat = ctx.createPattern(img, 'repeat');ctx.fillStyle = pat;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册