Closed GoogleCodeExporter closed 9 years ago
It will make a 300 pixels by 300 pixels canvas, with the default CSS size 300px
*
150px. You will notice this if you draw a square on your canvas : it won't be
square,
but rectangular because of the default canvas' CSS size. You need to specify
the CSS
size : style="width: 300px; height: 300px;" and the canvas size as you did.
Original comment by fabien.menager
on 21 Dec 2009 at 2:46
Original issue reported on code.google.com by
michele....@gmail.com
on 21 Dec 2009 at 2:24