今天我遇到了一个重大问题。“错误”似乎取决于圆形 div 内画布的大小。谁能解释这种小提琴行为并在firefox 16.0.2./chrome中有解决这个“错误”的方法检查FF,IE和chrome的小提琴......
overflow not hidden in firefox 16
<div class="round" >
<canvas width="300px" height="300px">
Your browser needs canvas support</canvas>
</div>
overflow hidden in firefox 16
<div class="round" >
<canvas width="12000px" height="7200px">
Your browser needs canvas support</canvas>
</div>