Hi,
I managed to get the “dot” output and I put it into some online renderers and played with it.
When I render it with “neato” the initial result is the same, but when I add the “len” attrs, both edges are longer in similar length and it looks good.
If I render the “dot” source with added “len” attrs, they are both outputted properly - all fine.
The strange thing is that when I change back into “png” (in my app), one of the edges again ignores the “len”… (as in the initial picture)
I’m really frustrated with this stuff…
I can only get better look if I change the renderer to “fdp”, so probably I will just stick to this.
Here is the source:
digraph G {
graph [K=0.2,
bb="-282.37,-85.395,269.63,81.95",
concentrate=true,
dpi=60,
fontname=Helvetica,
outputorder=edgesfirst,
overlap=false,
rankdir=LR,
splines=curved
];
node [label="\N"];
7864288 [fillcolor="#4EB1CB",
fontcolor=black,
fontname=Helvetica,
height=0.65278,
label=" AVIVA xzxzx|NIP: 11111",
pos="-6.3667,3.4446",
shape=Mrecord,
style=filled,
width=7.6667];
7879978 [fillcolor="#717ECD",
fontcolor=black,
fontname=Helvetica,
height=0.65278,
label=" POLSKI KONCERN xzxzxzx|NIP: 111111",
pos=“35.683,58.45”,
shape=Mrecord,
style=filled,
width=4.1528];
7864288 → 7879978 [color="#00 00 00 40",
fontname=Helvetica,
label=“6.29%”,
lp="-12.029,34.695",
pos=“e,17.061,35.422 10.529,26.593 10.688,26.809 10.845,27.023 11,27.234”];
7881249 [fillcolor="#717ECD",
fontcolor=black,
fontname=Helvetica,
height=0.65278,
label=" ENERGOMONTA xxzxzx|NIP: 11111",
pos="-29.317,-61.895",
shape=Mrecord,
style=filled,
width=3.0694];
7864288 → 7881249 [color="#00 00 00 40",
fontname=Helvetica,
label=“7.89%”,
lp=“4.6757,-21.508”,
pos=“e,-21.853,-38.845 -14.975,-19.864 -16.288,-23.431 -17.421,-26.526 -18.418,-29.266”];
}