Feb 26, 2014

css からは指定できません。ってことで、html はこんな感じで。

canvas を指定してプロパティにセット。
$(document).ready(function(){
    document.getElementById('can').width = 400;
    document.getElementById('can').height = 350;
});​
Categories: , ,

0 Comments :

Post a Comment