Number: 152
Title: arrowhead/tail line style
Submitter: David O'Shea
Date: Mon May 27 03:18:28 2002
Subsys: Dot
Version: Nightly 27-May-02
System: Sparc-SunOS-Solaris 8
Severity: cosmetic
Problem:
When I use 'style = dashed' and either 'arrowhead = empty' or 'arrowhead = open' on an edge, the arrowhead's outline is drawn in the 'dashed' style as well as the edge. This makes the arrowhead much harder to see. Maybe the 'style' should be ignored when drawing the arrowhead, or at least it should be optional.
Thanks!
David
PS I'm sorry I'm yet to respond to your request for info on the 'trouble in init_rank' bug.
Input:
digraph test {
src -> dst [
style = dashed
arrowhead = empty
]
}
Owner: ellson
Status: Fixed (27 May 2002)