Enkidatron / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Regression test graph cairo.gv doesn't render #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The regression test graph cairo.gv in (graphviz-src)/rtest/graphs doesn't 
render in Canviz. It's 
completely blank. Looks like the reason is that my parser skips over everything 
up to whitespace 
and an open square bracket to find the beginning of the attributes, and 
cairo.gv's node names 
happen to contain whitespace followed by an open square bracket. We need to 
handle this more 
correctly.

Original issue reported on code.google.com by ryandesi...@gmail.com on 16 Oct 2008 at 4:30

GoogleCodeExporter commented 9 years ago
Added debug statement in r128 to show what we're doing wrong.

Original comment by ryandesi...@gmail.com on 16 Oct 2008 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by ryandesi...@gmail.com on 16 Oct 2008 at 5:35

GoogleCodeExporter commented 9 years ago
Fixed in r131.

Original comment by ryandesi...@gmail.com on 21 Oct 2008 at 6:19