gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] bounds_in_clipping_area bug


From: strk
Subject: Re: [Gnash-dev] bounds_in_clipping_area bug
Date: Fri, 8 Feb 2008 17:40:16 +0100

On Fri, Feb 08, 2008 at 05:22:22PM +0100, Udo Giacomozzi wrote:

> s> To reproduce the bug, just make movie with no visible drawing
> s> loading a movie with somethign in it.
> 
> s> Gnash will just always show a blank screen.
> 
> Does it render when you comment the "if bounds_in_clipping_area" line?
> 
> How does the display hierarchy look like in this case?

I attached the .as files and .swf files to this bug item:
https://savannah.gnu.org/bugs/index.php?22258

Yes, skipping the bounds_in_clipping_area makes it work.
This is because computed bounds are NULL.
The culprit seems to be in DisplayList::add_invalidated_bounds, which
fails to see something. I'm trying to inspect the beginNonRemoved method..

--strk;

PS: thanks for the quick answer.




reply via email to

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