[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] How to draw a colorful circle/box with colorful text
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] How to draw a colorful circle/box with colorful text |
Date: |
Fri, 10 Oct 2008 13:35:16 +0100 |
Hi Luke,
> This works, but is not satisfying enough for me. In this case, it
> draws a circle with green text (what I need) and green edge (*NOT*
> what I need). My question is: how to draw a circle with red shade and
> red edge, while the text is green?
Quick and very dirty, and I'd hope there was a better way that someone
points out. Over-print:
.PS
r=0.1
{ circle rad r "\s-2A\s+2" shaded "red" outline "green" }
circle rad r
.PE
Cheers,
Ralph.