Changes between Initial Version and Version 1 of Ticket #11768, comment 4


Ignore:
Timestamp:
Jan 26, 2015, 10:22:09 AM (9 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11768, comment 4

    initial v1  
    1010}}}
    1111
    12 Triggers infinite recursion in {{{DrawState::HasClipping(DrawState)}}}.
     12Triggers lots of recursion in {{{DrawState::HasClipping(DrawState)}}} and overflows the stack. It could be infinite recursion, but looking at the code it doesn't look like the DrawState instances could be put in a loop in any normal way, so that would involve a corrupted DrawState object. It could simply be way too much stacked clippings because they are never cleared from the drawing context.