What steps will reproduce the problem?
ctx.strokeText(70, x, y)
What is the expected output? What do you see instead?
i see "70" on my canvas (like in chrome, and safari on desktop without
using canvas-text)
What version of the product are you using? On what operating system?
download on download page on code.google.com
Please provide any additional information below.
Solved:
(aproximatoly line 252)
In: "proto.renderText = function(text, style){
Change: chars = text.split(''),
To: chars = text.toString().split(''),
Original issue reported on code.google.com by Bastiaan...@gmail.com on 4 May 2010 at 12:50
Original issue reported on code.google.com by
Bastiaan...@gmail.com
on 4 May 2010 at 12:50