/* SccsID = @(#)hatchd	1.1 12/18/90 Copyright Insignia Solutions Ltd. */

/* HS_DIAGCROSS normal - 45 degree cross hatch */

/* this file can be edited using the bitmap(1) editor */

#define	hatchd_width	16
#define	hatchd_height	16
static char hatchd_bits[] = {
	0x22,0x22,0x55,0x55,0x88,0x88,0x55,0x55,
	0x22,0x22,0x55,0x55,0x88,0x88,0x55,0x55,
	0x22,0x22,0x55,0x55,0x88,0x88,0x55,0x55,
	0x22,0x22,0x55,0x55,0x88,0x88,0x55,0x55
};
