Number: 530
Title: Compass point ports not correct for elliptical nodes
Submitter: Emden R. Gansner
Date: Thu Sep 9 14:33:48 2004
Subsys: Output generation
Version: 1.15
System: *-*-
Severity: minor
Problem:
When compass point ports are attached to a node with shape=ellipse, the code seems to use pts on the bounding box, which produces arrow heads and tails away from the node.
Input:
digraph G {
    subgraph cluster1 {
        label = "ReagentnPreparationn(each position)";
        node [style=filled,color=white];
        style=filled;
        color=lightgrey;
        r0 [label="2D Reagent Multistructure File"];
        r1 [label= "3D Reagent Multistructure FilenNeutralized and Minimized"];
        r2 [label= "3D Reagent Multistructure FilenIonized and MinimizednGrownames AttachednIonized"];
        r0 -> r1 [label=" 2a: LigPrep"];
        r1 -> r2 [headport=nw,label=" 2b: LigPrep"];
        r2 -> r1 [tailport=ne,label=" 2c: Ligprep"];
    }
}
Output file: b530.ps
Owner: erg
Status: Fixed