On Wed, 20 Oct 1999, Scott Wimer wrote:

> Hi folks.
> 
> I'm wanting to develop some new arrows (crowsfeet for ER diagrams),
> and while it doesn't look too hard to just make them in arrows.c,
> I'm wondering if it might not be better for me to try figuring out
> how to define the arrows as custom SVGs using XML (like the custom
> objects).
> 
> Anyway, i'll be making an attempt at this later this week, unless
> other folks are in the process of doing so.

Hmmm... I don't know. That creates a dependancy from objects (with
arrow) in files to external files the person loading the object might not
have. 

The (then) dynamical properties of these arrows would also make it
hard to save. They are currently saved only as an integer (enum), which
wouldn't work with dynamic arrows if they didn't have a global registry.

/ Alex

Reply via email to