I\'ve been searching for a solution for a while now, but haven\'t found anything. Maybe it\'s just my search terms. Well, I\'m trying to make the canvas center according to
Just center the div in HTML:
#test { width: 100px; height:100px; margin: 0px auto; border: 1px solid red; }
Just change the height and width to whatever and you've got a centered div
http://jsfiddle.net/BVghc/2/