rpgoldman@real-time.com writes:
- Suggested patch: should we modify format-graph-from roots so that the defualt value for :arc-drawer is #'clim-internals::standard-arc-drawer?
I think so. Concerning the :arc-drawer argument of clim:format-graph-from-roots, the CLIM specification says:
If arc-drawer is unsupplied, the default behavior is to draw a thin line from the ``from'' node to the ``to'' node using draw-line* .
and the definition of clim-internals::standard-arc-drawer does that.
Paolo