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

canvas is wiped on retina displays #188

Open makc opened 8 years ago

makc commented 8 years ago

Unless I set data-caman-hidpi-disabled on my canvas, caman's hidpiadjustments (or similar named) routine resizes it, and this action clears its content - certainly not the effect we want.

mdcorriveau commented 8 years ago

Same problem here, i'm trying to find a solution for this very anoying on every apple retina products.

speedingdeer commented 8 years ago

+1

vernondegoede commented 8 years ago

Same issue here. Thanks for the workaround @makc

makc commented 8 years ago

looks like this is not going to be fixed in master #191