标签: ios path drawing stroke
如果我们使用
CGContextMoveToPoint(cacheContext, point1.x, point1.y); CGContextAddCurveToPoint(cacheContext, ctrl1_x, ctrl1_y, ctrl2_x, ctrl2_y, point2.x, point2.y); CGContextStrokePath(cacheContext);
笔划大小保持不变,我希望我的笔画最后变宽