What steps will reproduce the problem?
1. Create a pie chart
2. Create a Quartz animation on startAngle
3. Pay attention to the initWithLayer routine in CPTPieChart
4. Note that the overlayFill is not copied to the new objects for the animation.
What is the expected output? What do you see instead?
Expect to see the overlay as the graph rotates. Do see the overlay disappear.
What version of the product are you using? On what operating system?
0.4 on iOS 4.something.
Please provide any additional information below.
I fixed this issue by adding the following line to initWithLayer
overlayFill = [theLayer->overlayFill retain];
Original issue reported on code.google.com by ProfVonL...@gmail.com on 31 Aug 2011 at 2:01
Original issue reported on code.google.com by
ProfVonL...@gmail.com
on 31 Aug 2011 at 2:01