当我尝试使用画布绘制画布元素具有较大的高度和宽度(在五位数的某处,但我没有找到)时,它似乎不起作用:
<canvas id="canvasElement" height="15000" width="15000"></canvas>
http://jsfiddle.net/mrxxzqqr/1/
使用10000宽度和10000高度的画布(至少在Chrome中):
<canvas id="canvasElement" height="10000" width="10000"></canvas>
没有错误,所以我不确定原因。