注册 登录
编程论坛 WEB前端(UI)

html 中的 canvas 大小设置问题

西安郑鑫 发布于 2014-05-22 10:05, 1465 次点击
To set the canvas width and height you must use the HTML width/height attributes. You can use CSS if you wish but if you do then the canvas will be scaled up from the HTML dimensions to fit the CSS dimensions - so your canvas will look blocky and blurry.
只有本站会员才能查看附件,请 登录
这个是在canvas标签里面设置height\width
只有本站会员才能查看附件,请 登录
这个是在css里面设置canvas的height\width
请问这个是怎么影响canvas中画的图的
2 回复
#2
keefelu2014-08-14 09:43
回复 楼主 西安郑鑫
你不妨把代码写出来看看,要不然不知怎么回答你
#3
Paxster2014-08-17 17:06
如果是给画布设置大小,直接给canvas标签设置width和height就可以;如果是设置画布里面元素内容的大小,请用canvas的相关属性设置,或者通过js设置也是可以的。
1