On Tue, Jul 1, 2008 at 10:21 AM, Douglas Royds <[EMAIL PROTECTED]> wrote:
> I'd like to put a diagonal strike-out line through a node [shape=box] in a
> dot graph.

Sounds like you'd need a custom shape for this.

http://www.graphviz.org/Documentation/html/shapehowto.html

I tried with an ugly record, but the line splines around the record
rather than going straight through it. Playing with splines=false and
overlap=true didn't help, as these are primarily for inter-node
layout, not intra-node ... :-(


item [shape=record, label="{ {<tl>tl|tm|tr} | {cl|centre|cr} |
{bl|bm|<br>br} }"]
item:tl:se -> item:br:nw

Reply via email to