gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp
Date: Tue, 6 May 2008 12:14:23 +0200

On Tue, May 06, 2008 at 09:25:49AM +0000, Udo Giacomozzi wrote:

> +        // check if this line is a hairline ON SCREEN
> +        // TODO: we currently only check for hairlines per definiton, not
> +        // for thin lines that become hair lines due to scaling
> +        if (lstyle.getThickness()<=20)
> +          hairline = true;

I tested you can have a thickness of 10 twips that scales...
Real hairlines have a thickness of 0 only.

Ming requires some effort for this to work, the only way
to define them is by definition (not ActionScript) and
with Ming you need to use Ming_setScale(1) for sub-pixel
accuracy of line thickness.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]