Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我用画布绘制一个矩形时,所有的角都是正方形的,除了右上角的边框半径看起来像 1 个像素。
我怎样才能使所有的角落都是正方形的?
这应该这样做:
var ctx = document.getElementById('canvas').getContext('2d'); ctx.fillRect(25,25,100,100);
如果没有,您能否向我们展示您正在使用的代码和输出示例?