ShapeEntity_ShapeStyle$json top-level constant

  1. @Deprecated('Use shapeEntityDescriptor instead')
Map<String, Object> const ShapeEntity_ShapeStyle$json

Implementation

@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity_ShapeStyle$json = const {
  '1': 'ShapeStyle',
  '2': const [
    const {
      '1': 'fill',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.ShapeEntity.ShapeStyle.RGBAColor',
      '10': 'fill'
    },
    const {
      '1': 'stroke',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.com.opensource.svga.ShapeEntity.ShapeStyle.RGBAColor',
      '10': 'stroke'
    },
    const {'1': 'strokeWidth', '3': 3, '4': 1, '5': 2, '10': 'strokeWidth'},
    const {
      '1': 'lineCap',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.com.opensource.svga.ShapeEntity.ShapeStyle.LineCap',
      '10': 'lineCap'
    },
    const {
      '1': 'lineJoin',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.com.opensource.svga.ShapeEntity.ShapeStyle.LineJoin',
      '10': 'lineJoin'
    },
    const {'1': 'miterLimit', '3': 6, '4': 1, '5': 2, '10': 'miterLimit'},
    const {'1': 'lineDashI', '3': 7, '4': 1, '5': 2, '10': 'lineDashI'},
    const {'1': 'lineDashII', '3': 8, '4': 1, '5': 2, '10': 'lineDashII'},
    const {'1': 'lineDashIII', '3': 9, '4': 1, '5': 2, '10': 'lineDashIII'},
  ],
  '3': const [ShapeEntity_ShapeStyle_RGBAColor$json],
  '4': const [
    ShapeEntity_ShapeStyle_LineCap$json,
    ShapeEntity_ShapeStyle_LineJoin$json
  ],
};