groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] pic: how to fill a diamond shape?


From: Louis Guillaume
Subject: [Groff] pic: how to fill a diamond shape?
Date: Sun, 08 Mar 2009 23:44:33 -0400
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Hi,

I'm making a flowchart with pic and I want to fill a "decision" diamond, which is drawn like this...

define decision {
  DECA: box invis wid $1 ht $2 $3
  line from DECA.w to DECA.n then to DECA.e then to DECA.s then to DECA.w
}

... is there a better way to draw the diamond? Or perhaps close the path made by the four lines so that it can be filled?

Louis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]