Tihauan / jsgauge

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

error 'this.c2d.*() is not a function' #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
cannot use on FF; error is generated on functions for c2d
'this.c2d.*() is not a function'
if i comment the calls with syntax this.c2d.*()
the code runs without lables..

please help me how to add lables in some alternate way..

both 0.1 & 0.2 have same prob.
on ff ubuntu 8.04/fedora 7

Original issue reported on code.google.com by kunal170...@gmail.com on 10 Mar 2011 at 6:27

GoogleCodeExporter commented 9 years ago
it seems like problem with text functions ...
http://jim.studt.net/canvastext/ implemented the text functions but how do i 
link them?

Original comment by mayurda...@gmail.com on 10 Mar 2011 at 7:01

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. The problem seems to be using the "fillText" method 
available only in FF3.5+. I will try using the suggested alternate mozDrawText 
and see how that works.

More info at: https://developer.mozilla.org/en/Drawing_text_using_a_canvas

Original comment by dragos.tihauan on 5 May 2011 at 8:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r11.

Original comment by dragos.tihauan on 7 May 2011 at 9:08

GoogleCodeExporter commented 9 years ago
See attached screenshot for example rendering in FF3 under Ubuntu 8.04.

Original comment by dragos.tihauan on 7 May 2011 at 9:09

Attachments: