Public bug reported:

Binary package hint: graphviz

>From the following input:

digraph G {
q1 -> q2 [label "!a"] 
q1 -> q1 
q2 -> q2
}

command

dot -Tps file.dot > file.ps

produces incorrect output. The label on the edge q1 -> q2 is "true"
instead of "!a".

** Affects: graphviz (Ubuntu)
     Importance: Undecided
         Status: New

-- 
dot produces incorrect output
https://bugs.launchpad.net/bugs/192390
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to