fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Visible management missing for HtmlSurfaceLayerCanvas #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to set a surfacelayerCanvas invisible

What is the expected output? What do you see instead?
the surface must be invisible but she is visible.

What version of the product are you using? On what operating system?
I looked in the last version of the source.

Please put this line in the begining of paint() fonction

SurfaceLayerCanvas.paint(){
if (!visible()) return;

...

}

Thanks bye.

Original issue reported on code.google.com by steph...@ooki.com on 21 Jun 2012 at 2:35

GoogleCodeExporter commented 9 years ago
Thanks for the report. It's fixed in: d6eec4e5024710e29887d490ad77b3455def504b

Original comment by m...@samskivert.com on 28 Jul 2012 at 4:12