On 12 Jan 2001, Lars Clausen wrote:
> On Fri, 12 Jan 2001, James Henstridge wrote:
>
> > On Fri, 5 Jan 2001, Hans Breuer wrote:
> >
> >> - implement a more generic Import API, which should allow simplier
> >> diagram construction from files and may finally allow round-trip
> >> engineering ...
> >
> > import needs work. I have been thinking about how easy it would be to
> > provide simple function to create objects of the standard types.
>
> How easy would that be? I'm itching to make an Xfig converter.
It might be easiest to move the standard objects library into the main
executable. That way we wouldn't have to go through the more general
interfaces (which appear to be insufficient at worst, and over verbose for
simple things like creating a line at best).
As dia will bomb out if it can't load this plugin anyway, it won't make
much of a difference.
James.