Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > d855b2bbb00e3b0dc5e787454ab9d9cb > files > 23

dot2tex-2.8.7-3.fc13.noarch.rpm

digraph G {
    node [shape=circle];
    a -> b [label="label",lblstyle="draw=red,cross out"];
    b -> c [label="test",lblstyle="below=0.5cm,rotate=20,fill=blue!20"];
    a [label="aa",lblstyle="blue"];
    b [lblstyle="font=\Huge"];
    c [label="ccc", lblstyle="red,rotate=90"];
    rankdir=LR;
    label="Graph label";
    lblstyle="draw,fill=red!20";
}