Number: 6
Title: dot outputs "->" for strict graphs instead of "--"
Submitter: Marko Mäkelä marko.makela@hut.fi
Date: Apr 11 2001
Subsys: Dot
Version: 1.7.5
System: x86-Linux-2.2.19
Severity: minor
Problem:
Dotty cannot load strict graphs because of wrong edge operators
printed by dot. The same bug is in neato 1.7.5.
Input:
strict graph G { a--a }
Comments: The same bug appears in graphviz version 1.5 (06-14-99).
Fix: Probably somewhere in agraph/write.c (write_edge or its callers)
Owner: north
Status: Fixed