On 31 Aug 2000, Lars Clausen wrote:

> On Thu, 31 Aug 2000, Luis Alves wrote:
> 
> > i am using dia 0.86 and when i export am eps and i print it in gv it work
> > great in my lazerjet5l from hp.  but when e chose print, lines with
> > curves don't prinf all the rest prints work ok, they simple disapear.
> 
> Is it just the bezier-curve and bezier-gon that disappears, or also the arc
> and circle?  The CVS version prints them nicely for me on a LaserWriter
> from Apple.  Can you print the exported eps directly (i.e. lpr
> -Pyour_printer filename.eps)?

The problem is that he is using a copy of dia compiled with gnome-print
support, which is currently incomplete.  The one thing it is missing is
support for elliptic arcs (as gnome-print doesn't provide an API for
drawing elliptic arcs).

I suppose we should add support for them.  The two options are to draw
them as a polyline (how many segments??) or approximate them with beziers
(how many segments? does anyone know the best way to place the control
points?)

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



Reply via email to