× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。 |
![]() |
by dankogai - 2010年9月5日
JavaScriptによる実装. /* * You need base64.js. * cf: http://blog.livedoor.jp/dankogai/archives/51067688.html */ showTextInPNG = function(node) { var el = document.createElement("canvas"), ctx = el.getContext("2d"), w = el.width ... PR |
![]() |