I am using HTML5 fillText
method of canvas in my coding.It is working file in IE6+,but it was not working in the Mozilla 3.0, then I have tried with mozMeasureText
, after that it is working in mozilla 3.0, but now fillText
is not working in the Safari 3+.
Is there any solution or patch for the Safari 3+.