.PS 2.75
	xstar = (cos(234d),cos(18d),cos(162d),cos(306d),cos(90d))
	ystar = (sin(234d),sin(18d),sin(162d),sin(306d),sin(90d))
Star:	line from (0,1) touching (xstar,ystar) filled white noedge
	scale Star 1/11
Field:	box wid 3 ht 2 at (0,0) filled blue
	xrow = (-5/4,-3/4,-1/4,1/4,3/4,5/4); y = 1st box.n.y - 0.2
	dup Star at (xrow,y)
	xrow = (-5/4,-1,-3/4,-1/2,-1/4,0,1/4,1/2,3/4,1,5/4)
	for n = 2 to 8 by 2 do {
		yrow = (y - n/5, y - (n-1)/5);  dup Star at (xrow,yrow)
	}
	down
	boxht = Field.ht/7; boxwid = 3.5
	box with .nw at Field.ne filled red noedge
	for n = 1 to 6 do {
		box with .ne at last box.se filled white noedge
		box with .ne at last box.se filled red noedge
		if n == 3 then X boxwid = 6.5 X
	}
	box ht 13*boxht with .nw at Field.nw
.PE
