Filling polygons with holes

[email protected] (Brian Peschel) Tue, 30 Sep 2008 15:09:01 -0500
Newsgroups php.gd.devel
Message-ID <[email protected]>
Is there an easy way to do filled polygons with holes?  Think a donut 
where I want to fill the donut, but not the hole.

I suppose I could do something where I am create an png image just of 
the polygon with transparent color for the hole and outside the polygon....

- Brian