Skip to main content
Mr. Baker the Shoe Maker
Inspiring
June 10, 2012
Question

Unwanted lines appear on animations. Why?

  • June 10, 2012
  • 2 replies
  • 461 views

I have a picture of an apple tree on (iOS/Kindle device) and lines are appearing on the tree that should not be there. On the left is the correct way the picture should look. On the right is where the lines are appearing. Why does this occurr and how can I prevent this from happening. This happens on the iPad, iPad2 and the Kindle device.

This topic has been closed for replies.

2 replies

Inspiring
June 12, 2012

If its vector you should use GPU mode and cacheAsBitmap

Inspiring
June 11, 2012

This is just a guess but I'm assuming maybe your image is vector? Try converting it to a jpg/png. Vector's aren't the best performance wise for IOS. You could also try redraw your vector into a bitmap through code.