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.
在这个adobe 文档中,只有三种类型的用于绘制线条的上限:
方形,圆形,无。
帽子样式没有自定义形状吗?有谁知道?:)
actionscript-3 中只有 3 种 CapsStyle 可用。但是,如果您想要其他类型的 CapsStyle,您必须扩展一个您想要实现的类。例如,如果您想在 graphics.lineTo() 函数上实现,那么您必须将图形类扩展为您自己的 yourgraphics 类并覆盖 lineTo 方法并添加另一个 capsstyle 类型。
我猜相当复杂。