Changes between Initial Version and Version 1 of Ticket #11768, comment 4
- Timestamp:
- Jan 26, 2015, 10:22:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11768, comment 4
initial v1 10 10 }}} 11 11 12 Triggers infinite recursion in {{{DrawState::HasClipping(DrawState)}}}.12 Triggers 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.