Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82445 --- shadow/82445 2007-08-15 05:18:13.000000000 -0400 +++ shadow/82445.tmp.22488 2007-08-27 10:56:57.000000000 -0400 @@ -2,16 +2,16 @@ Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: ImageAnimator: Large pauzes between each frame @@ -24,6 +24,15 @@ 2. compile and run MainForm.cs. ------- Additional Comments From [EMAIL PROTECTED] 2007-08-15 05:18 ------- Created an attachment (id=19810) Gzipped tar archive containing repro + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-27 10:56 ------- +The problem is that we can have different delay values for each frame, +in this gif we have first frame with 3000ms delay and all others is +150ms. We must update delay after every frame. + +Open image with Gimp can help to see the problem. + +Changing from Windows.Forms to System.Drawing _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
