Issue:Dirty edge option crashes program

From FollowTheScore
Revision as of 20:42, 20 October 2007 by Gero (talk | contribs) (New page: {{Issue |Type = Bug |Extension = aiSee |Version = 2.2 |Description = program crash |Status = open }} == Problem == Drawing three edges between the same nodes with ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: program crash
Extension / Version: aiSee   /   2.2
Type / Status: Bug   /   open

Problem

Drawing three edges between the same nodes with "dirty_edges" = on crashes the program.

graph: {
dirtyedgelabels: yes
displayedgelabels: yes
node: { title: "B" label: "B" }
node: { title: "A" label: "A" }
edge: { source: "A" target: "B" label: "a normal label" }
edge: { source: "A" target: "B" label: "a label which is
a little bit longer
than normal" }
edge: { source: "A" target: "B" label: "another label of
some length" }
}

Reply