Date: 2008-11-18 18:47
Sender: Richard Hurt
I have a patch to fix this issue. Its not anything special but
it seems to work.
--- diagram_graph.rb 2008-11-18 13:46:09.000000000 -0500
+++ diagram_graph.rb.NEW 2008-11-18 13:45:56.000000000 -0500
@@ -113,7 +113,7 @@
options += 'arrowtail=odot, arrowhead=dot, dir=both'
when 'one-many'
#options += 'taillabel="n"'
- options += 'arrowtail=crow, arrowhead=dot, dir=both'
+ options += 'arrowtail=dot, arrowhead=crow, dir=both'
when 'many-many'
#options += 'taillabel="n",
headlabel="n", arrowtail="normal"'
options += 'arrowtail=crow, arrowhead=crow,
dir=both'
|