piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

Unecessary memory usage when not double buffering PSWTCanvas #138

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 138

PSWTCanvas creates a drawBuffer every time its bounds change. Regardless of
whether double buffering is enabled.

It should only do so when it is.

If for some reason the canvas was grown a pixel at a time, it would create
a whole bunch of spurious images.

Reported by allain.lalonde on 2009-10-16 20:26:52

mro commented 9 years ago
Fixed in r742 and r743 (related but not part of issue)

Reported by allain.lalonde on 2009-10-19 15:04:58

mro commented 9 years ago

Reported by heuermh on 2009-10-30 02:57:13