Message-Id: <199610071410.KAA12674@delorie.com> From: Chris Sparks Subject: Pattern in v2tk (Second request) To: djgpp AT delorie DOT com Date: Mon, 07 Oct 1996 7:11:30 PDT Cc: sparks AT billings DOT aisf DOT com Hi, Since I don't have access to your newsgroup, I thought to try email instead. My question is: "When will pattern fills be incorporated with the graphics toolkit" I am currently in school to get my Masters and am using GNAT3.05 for DOS and LINUX with the graphics code provided in your distribution. I noticed that pattern fill don't work. Any help would be appreciated. Chris Sparks (aka Mr. Ada) sparks AT aisf DOT com or csparks AT heart DOT engr DOT csulb DOT com p.s (new) I have figured out, in Ada, how to do pattern fills. I tried to use the GrCustomLine function and found that you can't use patterns that have a "\0" byte. This caused me some problems, maybe due to my ignorance of how the code works, so came up with an algorithm to output little line segments.