openbsd-ports/math/graphviz/files/tests/dot-test.dot.expect
edd f5263ad576 Update to graphviz-2.36.0.
Addresses some CVEs:
http://www.debian.org/security/2014/dsa-2843

Thanks to Sebastian Trahm for pointing these out.

OK jasper@
2014-02-06 17:32:27 +00:00

18 lines
539 B
Plaintext

digraph g {
graph [bb="0,0,81,180"];
node [label="\N"];
a [height=0.5,
pos="54,162",
width=0.75];
b [height=0.5,
pos="27,90",
width=0.75];
a -> b [pos="e,33.54,107.96 47.601,144.41 44.486,136.34 40.666,126.43 37.165,117.35"];
c [height=0.5,
pos="54,18",
width=0.75];
b -> c [pos="e,47.46,35.956 33.399,72.411 36.514,64.335 40.334,54.431 43.835,45.355"];
c -> a [pos="e,57.654,143.91 57.654,36.092 59.676,46.431 61.981,59.91 63,72 64.344,87.943 64.344,92.057 63,108 62.283,116.5 60.931,125.69 59.488,\
133.99"];
}