You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the contexts used in the cache only support a scale of 1.0 - I've been trying to set it to 2.0 when on the iPhone 4 but to no avail. I'm doing pretty standard drawing in the CGContextRef, but it doesn't seem to scale on its own. Is there something else I need to do, perhaps to some of the layers in Leaves?
The text was updated successfully, but these errors were encountered:
Just thought I would mention that I poked around some more and fixed the issue, so Leaves now supports the Retina display using normal drawing functions. Nothing special needs to be done to get the higher resolution display. Though because the scale property doesn't exist in 3.2, it isn't compatible with the iPad until 4.2 is available.
It looks like the contexts used in the cache only support a scale of 1.0 - I've been trying to set it to 2.0 when on the iPhone 4 but to no avail. I'm doing pretty standard drawing in the CGContextRef, but it doesn't seem to scale on its own. Is there something else I need to do, perhaps to some of the layers in Leaves?
The text was updated successfully, but these errors were encountered: