Ludovic Bellon <[EMAIL PROTECTED]> writes:

> it's almost all in the subject : I'm not a professional developer but
> I can speak some C++, and I'd like to help fixing issue 44747 (and
> its duplicates : 80189, 76721, 21590, 18607). Where shall I start ?
> 
Hi Ludovic,

big thanks for your offer - though this might not be the best issue to
get one's feet wet with OOo. One could hack in something like 'if(
fLineWidth < threshold ) fLineWidth = threshold', but that still makes
small line widths not scale correctly.

Problem is that the true width gets rounded to integer along the way,
and therefore the necessary precision is lost even before it reaches
the output routines in goodies/source/filter.vcl/eps/eps.cxx

With the ongoing drawing layer rework in CWS aw033, this will be much
easier to solve. Stay tuned, at least parts of that will go into one
of the next versions.

Cheers,

-- Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to