Hello,
I just played a bit with the CGM-export option of dai 0.83 and detected
that an Ellipse is written to the file as an EllipseArc.
To solve this change the following line 578 in the file 'cgm.c'
write_elhead(renderer->file, 4, 18, 6 * REALSIZE);
into
write_elhead(renderer->file, 4, 17, 6 * REALSIZE);
The same problem is also for line 603. (function fill_ellipse)
Regards,
Henk Jan
--
Henk Jan Priester email: [EMAIL PROTECTED]
Running Linux 2.2.13
-------------------------------------------------------------------------------