hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

cacheAsBitmap doesn't create retina bitmap when CAAT.RETINA_DISPLAY_ENABLED is true #132

Open ddon opened 11 years ago

ddon commented 11 years ago

When CAAT.RETINA_DISPLAY_ENABLED is set to true and TextActor is using cacheAsBitmap() only low res bitmap is being created and cached.

Here is "Fish Path" TextActor with cacheAsBitmap() removed on retina screen:

CAAT retina bug