chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
40 stars 18 forks source link

Canvas is scaled. #46

Closed NoHatCoder closed 8 years ago

NoHatCoder commented 8 years ago

The canvas size is currently 2x2 pixels larger than its CSS size, causing it to be scaled. This is caused by the element having a 1 pixel border, which under box-sizing: border-box;-rules makes the content area that much smaller. Either remove the border, or make the canvas size 2x2 pixels smaller.

chaitu236 commented 8 years ago

Removed border in 04c6b51153f7a8691b9384898a94a87b1d679d24