开发者

fillText is not working in the Safari 3

开发者 https://www.devze.com 2023-01-19 05:51 出处:网络
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 mozill

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 th开发者_如何学Pythone Safari 3+.


Safari 3 doesn't have fillText. (Safari 5 does)

You can use this library, though, to add it to Safari 3:

http://code.google.com/p/canvas-text/

0

精彩评论

暂无评论...
验证码 换一张
取 消