Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Lars Clausen
On Wed, 13 Jun 2001, James Henstridge wrote: > On 12 Jun 2001, Lars Clausen wrote: > >> Sounds like a good implementation plan. Only the FEATURE and SHAPE >> groups don't really solve the problem, as all you can really do at this >> level is group. >> >> Somebody (I forget who) suggested having

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread James Henstridge
On 12 Jun 2001, Lars Clausen wrote: > Sounds like a good implementation plan. Only the FEATURE and SHAPE groups > don't really solve the problem, as all you can really do at this level is > group. > > Somebody (I forget who) suggested having some more complex shapes (arrows, > rounded rectangles

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Lars Clausen
On Tue, 12 Jun 2001, Cyrille Chepelov wrote: > Le mar, jun 12, 2001, à 01:53:50 -0500, Lars Clausen a écrit: >> A third idea I came up with for this: Have the renderer only define the >> most basic shapes as fixed function pointers, and everything else >> (rectangles, arrows, polylines, even comp

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Cyrille Chepelov
Le mar, jun 12, 2001, à 01:53:50 -0500, Lars Clausen a écrit: > > OTOH, we could have have FEATURE_ARROW etc. Both options are open (I'd > > think have renderers give NULL ops pointers for optional functions, and > > have something in diagramdata fill in stubs & helpers, so we don't need > > to t

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Lars Clausen
On Tue, 12 Jun 2001, Cyrille Chepelov wrote: > Le mar, jun 12, 2001, à 12:47:18 -0500, Lars Clausen a écrit: > >> > Both these functions pointers would be members added at the end of >> > struct RendererOps, and would be totally optional (ie, diagramdata.c's >> > routines will check for NULL mem

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Cyrille Chepelov
Le mar, jun 12, 2001, à 12:47:18 -0500, Lars Clausen a écrit: > > Both these functions pointers would be members added at the end of struct > > RendererOps, and would be totally optional (ie, diagramdata.c's routines > > will check for NULL members, and either repeatedly check, or fill the > > re

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Lars Clausen
On Tue, 12 Jun 2001, Cyrille Chepelov wrote: > Le mar, jun 12, 2001, à 02:31:25 +0200, Cyrille Artho a écrit: >> Hi, >> when exporting dia drawings to xfig, rectangles with rounded corners get >> broken up into lines and arcs. I had used the "Flowchart - Box" item to >> get rectangles with rounde

Re: Dia 0.88.1: Problems with exporting to xfig

2001-06-12 Thread Cyrille Chepelov
Le mar, jun 12, 2001, à 02:31:25 +0200, Cyrille Artho a écrit: > Hi, > when exporting dia drawings to xfig, rectangles with rounded corners get > broken up into lines and arcs. I had used the "Flowchart - Box" item to > get rectangles with rounded corners which can also have text inside > them. >