27 lines
836 B
C
27 lines
836 B
C
|
// svg file (bg.svg)
|
||
|
// svg image's size: 717.000000 x 440.000000
|
||
|
static const VGubyte bg_path_0_commands[] = {
|
||
|
VG_MOVE_TO, VG_LINE_TO, VG_HLINE_TO, VG_LINE_TO, VG_CLOSE_PATH
|
||
|
};
|
||
|
|
||
|
static const VGfloat bg_path_0_coordinates[] = {
|
||
|
568.500000f, 199.000000f, 499.000000f, 148.000000f, 223.000000f, 152.500000f, 199.000000f
|
||
|
};
|
||
|
|
||
|
static const VGubyte bg_path_1_commands[] = {
|
||
|
VG_MOVE_TO, VG_LINE_TO, VG_HLINE_TO, VG_LINE_TO, VG_CLOSE_PATH
|
||
|
};
|
||
|
|
||
|
static const VGfloat bg_path_1_coordinates[] = {
|
||
|
653.500000f, 266.500000f, 568.500000f, 199.000000f, 152.509995f, 66.500000f, 266.500000f
|
||
|
};
|
||
|
|
||
|
static const VGubyte bg_path_2_commands[] = {
|
||
|
VG_MOVE_TO, VG_LINE_TO, VG_HLINE_TO, VG_LINE_TO, VG_CLOSE_PATH
|
||
|
};
|
||
|
|
||
|
static const VGfloat bg_path_2_coordinates[] = {
|
||
|
713.500000f, 316.500000f, 653.000000f, 266.000000f, 67.000000f, 3.500000f, 319.500000f
|
||
|
};
|
||
|
|