kTransparentSvg top-level property

Uint8List kTransparentSvg
final

Data representing a transparent SVG asset. Use with SVGPicture.memory(kTransparentSvg)

Implementation

final Uint8List kTransparentSvg = Uint8List.fromList(
  <int>[
    60,
    115,
    118,
    103,
    32,
    119,
    105,
    100,
    116,
    104,
    61,
    34,
    49,
    34,
    32,
    104,
    101,
    105,
    103,
    104,
    116,
    61,
    34,
    49,
    34,
    32,
    118,
    105,
    101,
    119,
    66,
    111,
    120,
    61,
    34,
    48,
    32,
    48,
    32,
    49,
    32,
    49,
    34,
    32,
    102,
    105,
    108,
    108,
    61,
    34,
    110,
    111,
    110,
    101,
    34,
    32,
    120,
    109,
    108,
    110,
    115,
    61,
    34,
    104,
    116,
    116,
    112,
    58,
    47,
    47,
    119,
    119,
    119,
    46,
    119,
    51,
    46,
    111,
    114,
    103,
    47,
    50,
    48,
    48,
    48,
    47,
    115,
    118,
    103,
    34,
    62,
    10,
    60,
    47,
    115,
    118,
    103,
    62,
  ],
);