在 iPhone 上以增加的线宽绘制线条
我在 iOS 上通过在 CALayer 上画一条路径来画一条线。如何用不断增加的 lineWidth(描边宽度)来描画这条线,使线的左端比右端细? (它确实必须是一条线,而不是形状或闭合路径,因为我将使用 strokeEnd 属性。)
感谢您的帮助!
I'm drawing a line on iOS by stroking a path onto a CALayer. How can I stroke this line with an increasing lineWidth (stroke width), so that the left end of the line is thinner than the right end? (It really has to be a line, not a shape or closed path, since I'm going to be using the strokeEnd property.)
Thank you for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用绘图功能。一开始习惯起来很烦人,但它确实起到了作用。如果您需要更多帮助,请发表评论
Use a draw function. It's pretty annoying to get used to at first, but it does its job. If you need anymore help just leave comment