When a filter is applied, cacheAsBitmap is set to true which might be the 
reason.

--- In flexcoders@yahoogroups.com, "tntomek" <tnto...@...> wrote:
>
> Bump anyone
> 
> --- In flexcoders@yahoogroups.com, "tntomek" <tntomek@> wrote:
> >
> > I have this simple piece of code.
> > 
> > <mx:DropShadowFilter id="contentDropShadow" strength="1" distance="2" 
> > blurX="15" blurY="10" />
> > 
> > <mx:HBox filters="{[contentDropShadow]}">
> >    <mx:Label text="Search" />
> > </mx:HBox>
> > 
> > Zooming in to see the anti aliasing on the word 'Search' I see hints of red 
> > and teal. Once I apply the filter on my HBox the Anti aliasing on the test 
> > is ONLY grey. While normally this doesn't matter I can tell that it looks 
> > slightly fuzzier. Is there some mysterious inheritance going on?
> > 
> > Is there any way to override the inheritance on inner controls so my drop 
> > shadow doesn't ruin the inner controls?
> > 
> > Here is an example:
> > http://yfrog.com/11aliasingp
> >
>


Reply via email to