meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Apple Retina Display Issues #31

Closed robertlong closed 12 years ago

robertlong commented 12 years ago

When editing the canvas after rendering with CamanJS, any added text or images are blurry in Chrome.

The canvas element needs to be scaled up 2x and then scaled down with CSS.

Submitting a pull request that fixes this bug.