[html] 第203天 canvas的width与height属性的值可不可以带单位?
Opened this issue · 2 comments
haizhilin2013 commented
第203天 canvas的width与height属性的值可不可以带单位?
scoteryl commented
canvas本身有属性width和height,应该是不带单位赋值的
他也可以通过css进行设置,但会把画布进行拉伸
vkboo commented
经测试,width/height的属性值可以带单位且不会报错,但是无论是px还是em、rem,表现都和px一致,所以带单位没什么意义。