whiteQueenDefinition top-level property

List<VectorDrawableElement> whiteQueenDefinition
final

Implementation

final whiteQueenDefinition = <VectorDrawableElement>[
  VectorImageGroup(
    children: <VectorDrawableElement>[
      VectorImagePathDefinition(
        path: "M 9 13 A 2 2 0 1 1  5,13 A 2 2 0 1 1  9 13 z",
        drawingParameters: DrawingParameters(
          translate: const Offset(-1.0, -1.0),
        ),
      ),
      VectorImagePathDefinition(
        path: "M 9 13 A 2 2 0 1 1  5,13 A 2 2 0 1 1  9 13 z",
        drawingParameters: DrawingParameters(
          translate: const Offset(15.5, -5.5),
        ),
      ),
      VectorImagePathDefinition(
        path: "M 9 13 A 2 2 0 1 1  5,13 A 2 2 0 1 1  9 13 z",
        drawingParameters: DrawingParameters(
          translate: const Offset(32.0, -1.0),
        ),
      ),
      VectorImagePathDefinition(
        path: "M 9 13 A 2 2 0 1 1  5,13 A 2 2 0 1 1  9 13 z",
        drawingParameters: DrawingParameters(
          translate: const Offset(7.0, -4.5),
        ),
      ),
      VectorImagePathDefinition(
        path: "M 9 13 A 2 2 0 1 1  5,13 A 2 2 0 1 1  9 13 z",
        drawingParameters: DrawingParameters(
          translate: const Offset(24.0, -4.0),
        ),
      ),
      VectorImagePathDefinition(
        path: "M 9,26 C 17.5,24.5 30,24.5 36,26 L 38,14 L 31,25 L 31,11 L 25.5,"
            "24.5 L 22.5,9.5 L 19.5,24.5 L 14,10.5 L 14,25 L 7,14 L 9,26 z ",
        drawingParameters: DrawingParameters(
          strokeLineCap: StrokeCap.butt,
        ),
      ),
      VectorImagePathDefinition(
        path: "M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C "
            "10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 "
            "27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 "
            "33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,"
            "24.5 17.5,24.5 9,26 z ",
        drawingParameters: DrawingParameters(
          strokeLineCap: StrokeCap.butt,
        ),
      ),
      VectorImagePathDefinition(
        path: "M 11.5,30 C 15,29 30,29 33.5,30",
        drawingParameters: DrawingParameters(fillColor: null),
      ),
      VectorImagePathDefinition(
        path: "M 12,33.5 C 18,32.5 27,32.5 33,33.5",
        drawingParameters: DrawingParameters(fillColor: null),
      ),
    ],
    drawingParameters: DrawingParameters(
      fillColor: Colors.white,
      strokeColor: Colors.black,
      strokeWidth: 1.5,
      strokeLineCap: StrokeCap.round,
      strokeLineJoin: StrokeJoin.round,
      strokeLineMiterLimit: 4.0,
    ),
  ),
];