home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / iconed / ellipse.vbm < prev    next >
Text File  |  1998-07-03  |  433b  |  11 lines

  1. //vbm1
  2. #define ellipse_depth 1
  3. #define ellipse_width 20
  4. #define ellipse_height 20
  5. static unsigned char ellipse_bits[] = {
  6.  0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x0f,0xf0,0xc0,0x30,0xf0,
  7.  0x30,0xc0,0xf0,0x08,0x00,0xf1,0x08,0x00,0xf1,0x04,0x00,0xf2,0x04,0x00,0xf2,
  8.  0x04,0x00,0xf2,0x04,0x00,0xf2,0x08,0x00,0xf1,0x08,0x00,0xf1,0x30,0xc0,0xf0,
  9.  0xc0,0x30,0xf0,0x00,0x0f,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0
  10.  };
  11.