BurcuYankovan / contextfree

Automatically exported from code.google.com/p/contextfree
0 stars 0 forks source link

Background fix #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The background rendering call is currently:

Renderer.ctx.fillRect( 0, 0, Renderer.width, Renderer.width );

should(?) be:

Renderer.ctx.fillRect( 0, 0, Renderer.width, Renderer.height );

Original issue reported on code.google.com by james...@gmail.com on 17 Nov 2011 at 2:50