gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Animation causes PieChart to lose overlay #326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6bc897815bf4.

Original comment by eskr...@mac.com on 31 Aug 2011 at 11:00