Hi,

does anyone know why thickness of line is multiplied 10 times in 
plug-ins/dxf/dxf-export.c ?
For instance, in function draw_line(), 

    fprintf(renderer->file, " 39\n%d\n", (int)(10*renderer->lcurrent.width));
    /* Thickness */

In dxf-import.c, thickness is not modified, so I'm curious why
dxf-export.c does this.

As you can imagine easily,
this difference between export and import makes lines very thick
when you load the same dxf file right after you exported a diagram 
in dxf format.

Thanks,
--------------------------------------------------
    Takeshi Hamasaki
    E-mail: [EMAIL PROTECTED]
_______________________________________________
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to