fredsa / playn

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

drawPoint not working on canvasimage/html backend #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a canvasimage
2. Set a strokeColor and use canvas().drawPoint(x, y)
3. Inspect the resulting image

What is the expected output? What do you see instead?
I expected a point drawn at x, y. I don't get one in html. 

What version of the product are you using? On what operating system?
1.3.1, mac osx lion.

Please provide any additional information below.
drawPoint works in android and java. a workaround is to use fillRect instead.

Original issue reported on code.google.com by alexande...@gmail.com on 1 Jul 2012 at 2:32