Fix ImageAnimator to render the correct frames (#52236)
authorJeff Handley <jeffhandley@users.noreply.github.com>
Thu, 6 May 2021 00:37:03 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 00:37:03 +0000 (17:37 -0700)
commit3ffc4fc0b2a1b28a9b44f12a19bf2299c1901f87
tree7481d637b65cfd4310081b3fbb40d473433f111f
parenta56a142b65b322f276281f039032848bc8e51ac0
Fix ImageAnimator to render the correct frames (#52236)
src/libraries/System.Drawing.Common/src/Resources/Strings.resx
src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.Unix.cs [deleted file]
src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs [moved from src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.Windows.cs with 93% similarity]
src/libraries/System.Drawing.Common/src/System/Drawing/ImageInfo.cs
src/libraries/System.Drawing.Common/tests/System.Drawing.Common.Tests.csproj
src/libraries/System.Drawing.Common/tests/System/Drawing/ImageAnimator.ManualTests.cs [new file with mode: 0644]
src/libraries/System.Drawing.Common/tests/System/Drawing/ImageAnimatorTests.cs [new file with mode: 0644]