bg.c 836 B

1234567891011121314151617181920212223242526
  1. // svg file (bg.svg)
  2. // svg image's size: 717.000000 x 440.000000
  3. static const VGubyte bg_path_0_commands[] = {
  4. VG_MOVE_TO, VG_LINE_TO, VG_HLINE_TO, VG_LINE_TO, VG_CLOSE_PATH
  5. };
  6. static const VGfloat bg_path_0_coordinates[] = {
  7. 568.500000f, 199.000000f, 499.000000f, 148.000000f, 223.000000f, 152.500000f, 199.000000f
  8. };
  9. static const VGubyte bg_path_1_commands[] = {
  10. VG_MOVE_TO, VG_LINE_TO, VG_HLINE_TO, VG_LINE_TO, VG_CLOSE_PATH
  11. };
  12. static const VGfloat bg_path_1_coordinates[] = {
  13. 653.500000f, 266.500000f, 568.500000f, 199.000000f, 152.509995f, 66.500000f, 266.500000f
  14. };
  15. static const VGubyte bg_path_2_commands[] = {
  16. VG_MOVE_TO, VG_LINE_TO, VG_HLINE_TO, VG_LINE_TO, VG_CLOSE_PATH
  17. };
  18. static const VGfloat bg_path_2_coordinates[] = {
  19. 713.500000f, 316.500000f, 653.000000f, 266.000000f, 67.000000f, 3.500000f, 319.500000f
  20. };