Menu

#90 Edge highlighting broken in graphviz 2.24.0 worked in 2.20.2

closed
zgrviewer (71)
5
2012-10-24
2009-07-14
markc
No

Duplicate of ID: 2820874 (Added files)
When I load a SVG file generated in graphview I have the option of
highlighting edges between "record" type objects using the zgrviewer
applet

This worked fine during my testing on graphviz 2.20.2, when I upgraded to
2.24.0 the edge highlighting broke when edges were between 2 records then
end point or begining point was connected to a port

example when my edge is defined as
1:23 -- 25:eth0
graphviz 2.20 versions the SVG was generating

1--25

Newer 2.24 version is generating

1:23--25:eth0

Only difference I could see is the is changed. and the edge<br> highlighting broke in zgrviewer applet</p>

Discussion

  • markc

    markc - 2009-07-14

    Graph, and 2 SVGs generated with dot 2.20 and 2.24, 2.24 breaks edge highlighting

     
  • markc

    markc - 2009-07-14

    The 2 connections are
    struct1:f1 -> "struct2:f0";
    struct1:f2 -> struct3:here;

    I noticed in my test case I have quotes around "struct2:f0" which might make it confusing,

    Please concentrate your debugging on the " struct1:f2 -> struct3:here;" connection "right -> d" in the image, which works in the 2.20 SVG but not in the 2.24 SVG

     
  • Nobody/Anonymous

    Please let me know if I can contribute somehow. I would love to have this working again.
    Thanks
    markc4

     
  • Emmanuel Pietriga

    Sorry, we've been very busy until end of last week. I'll have a look into it.

     
  • Emmanuel Pietriga

    Fixed in SVN on 20090922. Will be in release 0.9.0.

     

Anonymous
Anonymous

Add attachments
Cancel