var roundRect = function(ctx, x, y, w, h, r) { var x2 = x + w; var y2 = y + h; ... textAlign = "center"; context.fill(); context.save(); ...
確定! 回上一頁