类名 common/base/enum/LineJoinType.js
import Zondy from '../Zondy'

/**
 * 线拐角样式类型
 * @readonly
 * @enum {String}
 */
const LineJoinType = {
  /** LineJoinType.butt bevel类型 */
  bevel: 'bevel',
  /** LineJoinType.miter miter类型 */
  miter: 'miter',
  /** LineJoinType.round round类型 */
  round: 'round'
}

Zondy.Enum.LineJoinType = LineJoinType
export default LineJoinType
构造函数
成员变量
方法
事件