var mycanvas = document.getElementById("can");
var context = mycanvas.getContext("2d");
context.fillStyle = "red";
context.fillRect(0,0,200,2000);
这里的height怎么设置都不变的,为什么啊,谢谢
fillRect(x,y,width,height)的height不起作用?
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
3条回答 默认 最新
- danielinbiti 2015-08-12 04:12关注
context.fillRect(0,0,200,2000); 这句话改一下,注意用英文)和; context.fillRect(0,0,200,2000);
解决 无用评论 打赏 举报
悬赏问题
- ¥15 爬虫爬取网站的一些信息
- ¥15 关于vue2中methods使用call修改this指向的问题
- ¥15 idea自动补全键位冲突
- ¥15 请教一下写代码,代码好难
- ¥15 iis10中如何阻止别人网站重定向到我的网站
- ¥15 滑块验证码移动速度不一致问题
- ¥15 Utunbu中vscode下cern root工作台中写的程序root的头文件无法包含
- ¥15 麒麟V10桌面版SP1如何配置bonding
- ¥15 Marscode IDE 如何预览新建的 HTML 文件
- ¥15 K8S部署二进制集群过程中calico一直报错