[REBOL] Re: Graph Drawing & /View Performance
From: brett:codeconscious at: 8-May-2002 17:24
> Anyway, it works like a charm now! Enjoy! > > Best regards, > -- ChrisNice! :^) I let it loose on the master stylesheet too: raw-edges: copy [] foreach [name defn] svv/vid-styles [ append raw-nodes form name if 'face <> name [ append/only raw-edges reduce [ form name form get in defn 'style ] ] ] Regards, Brett.