Thanks for the bug report. The CGM export filter in the next dia should
be a bit more complete. I have fixed up the text colour bug (it was
always using the default text colour (black)), and will probably add code
to convert beziers to polylines, so the beziers actually render. The only
remaining problem is font matching. Dia's exported CGM files use the
standard postscript fonts, which not all CGM renderers have access to, and
at least one I tried had a helvetica font with different metrics :( This
is mainly a problem for centered text and text with a tight fitting box
round it).
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On Sun, 23 Jan 2000, Henk Jan Priester wrote:
>
> 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
> -------------------------------------------------------------------------------
>