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: Udo Giacomozzi
Subject: Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp ...
Date: Sat, 3 May 2008 11:44:22 +0200

Hello Sandro,

Friday, May 2, 2008, 7:11:57 PM, you wrote:
SS> +      if ( lstyle.doPixelHinting() )
SS> +      {
SS> +           LOG_ONCE( log_unimpl(_("Strokes pixel-hinting in AGG 
renderer")) );
SS> +      }

AGG actually already does pixel hinting because it's the default mode
for older SWF files. The hinting is not precisely what Adobe does,
but it comes very close (there should be comments about this in the
AGG code). So actually !lstyle.doPixelHintung() isn't implemented
(yet).

Udo





reply via email to

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