diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index 5ccda36390..462817c734 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -435,7 +435,7 @@ DEBUG_INFORMATION_FORMAT = dwarf; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iOS/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.1; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -465,7 +465,7 @@ CODE_SIGN_STYLE = Automatic; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iOS/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 14.1; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -501,7 +501,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.10; + MACOSX_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.airbnb.lottie.example.macOS; @@ -534,7 +534,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.10; + MACOSX_DEPLOYMENT_TARGET = 12.0; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.airbnb.lottie.example.macOS; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -571,7 +571,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 13.0; + TVOS_DEPLOYMENT_TARGET = 15.0; }; name = Debug; }; @@ -600,7 +600,7 @@ SDKROOT = appletvos; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 13.0; + TVOS_DEPLOYMENT_TARGET = 15.0; }; name = Release; }; diff --git a/Lottie.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Lottie.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000000..69039d6e16 --- /dev/null +++ b/Lottie.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,22 @@ +{ + "pins" : [ + { + "identity" : "difference", + "kind" : "remoteSourceControl", + "location" : "https://github.com/krzysztofzablocki/Difference", + "state" : { + "revision" : "02fe1111edc8318c4f8a0da96336fcbcc201f38b", + "version" : "1.0.1" + } + }, + { + "identity" : "swift-snapshot-testing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-snapshot-testing.git", + "state" : { + "revision" : "0c2826f26d00ff5ddf2de92cb6b2139b0dd3d1ee" + } + } + ], + "version" : 2 +} diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-0.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-0.png index e5108f6666..2a808253bb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-0.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-100.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-100.png index e011a3ec3b..34d85153cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-100.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-25.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-25.png index 67849a872a..a64ccbd0aa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-25.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-50.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-50.png index 848e011ed4..c0ca5ebc0c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-50.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-75.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-75.png index 7e9bf5efe1..4d5a94dc87 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-75.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-75.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-75.png index e72632afb3..32245c6e51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-75.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-0.png index e85b5a08f6..0e1757b4b1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-100.png index 0498ed475e..25bec44076 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-25.png index e85b5a08f6..0e1757b4b1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-50.png index 9f8828dc70..1669245857 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-75.png index 5bbe81b374..9625921469 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1125-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-25.png index 2cabafb157..a05fd053bb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-0.png index fbb37294d8..68eee989ad 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-25.png index 3c2d1ff7b4..2807380d69 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-50.png index 0a606f06d7..547a293a02 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-75.png index d0c1a2b78f..904ca5c708 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-0.png index 73576c8ac6..fb2ad17754 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-100.png index 73576c8ac6..fb2ad17754 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-25.png index 73576c8ac6..fb2ad17754 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-50.png index 73576c8ac6..fb2ad17754 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-75.png index 73576c8ac6..fb2ad17754 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1407-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-100.png index ae029362ab..f29f7989a1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-75.png index 5b5557e714..192d5fdc55 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-25.png index 7aa94bf45b..5ab7020b31 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-50.png index fd21d95232..31c0e65aa6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-75.png index 46d23ab5ee..7e78d000f0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-25.png index 9e65909c0b..d36fd1e7c0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-50.png index a2e3750d6e..67103f7d2f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-75.png index a2e3750d6e..67103f7d2f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-25.png index 37b06240a3..dc3013fd56 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-50.png index 34eb57bbe2..8fc3536514 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-75.png index 437c85f31a..cfb459c6e7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-100.png index 9db2335af8..3cb9931a78 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-50.png index 13642682c8..6bc85ec21a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-75.png index b1f3e15115..05c3446e26 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-25.png index 097524d28e..3b74bcab58 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-50.png index 3fb3af6e12..240226824c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-75.png index dcd9a21005..aa9eed3928 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-0.png index ed3cd8ace8..700f5f7677 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-100.png index c5ee92a096..cc562f4ce0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-25.png index 2745be3f9c..2218e8588b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-50.png index 167ee8aa3d..3396c04fa8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-75.png index 771a850b82..6dc3af46f7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1655-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-25.png index 15bf038e3e..f0ef68cba2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-50.png index c615a1ca59..6cdbf4d894 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-75.png index 820e492fc6..dc69a8c6a0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-25.png index 0e11877700..56fb97eef5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-50.png index 8007e7576f..98e75ce31d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-75.png index ab48718d8e..bbac007a6d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-0.png index 5c000cc6ea..b731cb29b6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-100.png index e901bea335..837b950007 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-25.png index 60f4a5cafe..29d49e09b5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-50.png index 08d1046f32..17e224a182 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-75.png index 4e51b47dfb..f056ea4ca3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1717-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-0.png index 0f5af441d1..429fb062f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-100.png index b50789d768..826aa78182 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-25.png index 6cc19cf6b0..b428d5ad44 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-50.png index 338752bd33..21b3aabc05 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-75.png index 3a1dff2ac8..f99aa23419 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1732-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-0.png index 4edaf778ce..70f5a72644 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-100.png index 4edaf778ce..70f5a72644 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-25.png index 0ddbea5339..f0c78087df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-50.png index 81c650fc51..6d5c5e6e16 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-75.png index f745104ced..15814cadae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_769-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-50.png index 267ecf8e12..0c94c09014 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-25.png index f776deb763..cc1d893a0c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-25.png index 669c574d65..5aa28bab2a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-50.png index 6dd936c118..7b9da430f0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-75.png index b64b00dff1..ac2935333b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-25.png index 640b889fe8..25a864ab01 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-75.png index ad3d8c8cfe..2a36e41b00 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-0.png index a60c0eb87c..9bd66838a4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-100.png index a2861d02a3..06e134f457 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-25.png index 0166111599..d28ca43288 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-50.png index 49916dcba4..3da63caf25 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-75.png index 7edcb92fbf..4ba82fda9b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1686-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-100.png index f0f40130c1..912463d2ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-75.png index 25a22d146e..e1a4965b0b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-0.png index cb5e88647e..153a8b4037 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-100.png index 8f307fd461..8b4a4c2e0e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-25.png index 740ce431ad..729e4bf886 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-50.png index ac335f34a0..d75987618c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-75.png index 6babd66ea1..d6a6d329b5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1734-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-25.png index 0c79599413..8a516dac23 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-75.png index 55035ca389..d07b935d52 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-100.png index ff9730daff..5a94069838 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-25.png index ff9730daff..5a94069838 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-50.png index 5ed257727a..6366723eaf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-75.png index ff9730daff..5a94069838 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-0.png index 1b1799dca1..0730578d87 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-100.png index 00d6d52062..966f8dea1a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-25.png index 63f7b2903f..5f408fbacf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-50.png index b64697962e..e84edd34e3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-75.png index 77b59e5723..ac5e676ab4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-dog_car_ride-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-25.png index 23b69fe926..2574d27031 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-75.png index 69aa51ab75..97ae537855 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-0.png index be9efa51bf..e5f8b8277e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-100.png index be9efa51bf..e5f8b8277e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-25.png index b03c1062e9..1a7c81424c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-50.png index 18cff5902e..9279c0c4d4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-75.png index 0c2ee0d0d5..c75841858a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-0.png index 412e1ba9b4..ae6bd27f71 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-100.png index e5c55bd37d..cf4bd2020f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-25.png index 6e30da2319..6e52ca8d4a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-50.png index 0d76b8b2a1..0582c04e2f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-75.png index b830e5cea0..7b88148203 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-0.png index 128d586c1a..588940c7ba 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-100.png index 128d586c1a..588940c7ba 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-25.png index ce6d7077d8..6a16a9ecda 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-50.png index 05743aa2c4..505c7f71f8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-75.png index 55cfc40743..c826047100 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_pill-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-0.png index 4671e7b7e1..8272f0855f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-100.png index c75f3ca7ab..29c03b0389 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-25.png index 4cafa354af..e031f38e9c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-50.png index 7da227cf3e..7fb88048f4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-75.png index a1a19d3df3..85a5484a1b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_shapes-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-0.png index d6ff5a2222..02a4998946 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-100.png index d6ff5a2222..02a4998946 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-25.png index 5394bd3191..efde6ba8c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-50.png index 5aab6512aa..75eeaf149a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-75.png index d6ff5a2222..02a4998946 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-gradient_square-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-0.png index b0c0f602d7..63c15017d6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-100.png index 7245fbeebf..acd453cf18 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-25.png index 9dbd091616..4e3b8ba276 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-50.png index 762b28aa2f..223896ec8a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-75.png index bbeb187745..d77a5752da 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-growth-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-50.png index 4147284cec..41ae5a2b32 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-75.png index 1568c66cf9..101d710505 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-0.png index 34b0cadcab..831eb23e3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-100.png index 34b0cadcab..831eb23e3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-25.png index 89a50728b5..7d6e68a4a6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-50.png index 2a5f5de235..227463afb1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-75.png index 34b0cadcab..831eb23e3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-0.png index 0a0e290547..5cee4dda4d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-100.png index b2cdde9927..485df4b599 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-25.png index 9cdb90d113..193ed576c0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-50.png index 27f925794c..4f6d748697 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-75.png index 707ed9107d..c9977f14c1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_gradient_strokes-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-0.png index 81c9fb54f9..1ddaf75604 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-100.png index dc2ca237ac..ed9bb2dd70 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-25.png index 05418f8f7e..9904ed92cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-50.png index c65af74e64..09cd07b6c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-75.png index 5ab93fd945..d57f937c87 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-0.png index ed2efa80a3..78cfa3c362 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-100.png index ed2efa80a3..78cfa3c362 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-25.png index ed2efa80a3..78cfa3c362 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-50.png index ed2efa80a3..78cfa3c362 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-75.png index ed2efa80a3..78cfa3c362 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-blend_mode_test-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-0.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-100.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-25.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-50.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-75.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-0.png index 1a80802e76..f3d426d773 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-25.png index 9da5f0ca3d..e0258d51dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-50.png index 66651de89a..8bf1cb9514 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-75.png index 9c2185b029..d0ad71208e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-25.png index 2bb4248eb3..9509691f3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-50.png index 7461719b6b..92184deabd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-75.png index e06a6aa9ed..45a49e4069 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-75.png index 2e0ec454b3..090dcd177f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-25.png index 2d30d22564..d86f8c7457 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-50.png index 488a03fafa..f15d120c18 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-50.png index f5a3072050..7c691ca1f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-75.png index 0979a87ac5..dd402e434b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-25.png index ffc42769fe..103de7ff57 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-50.png index f2fb81552c..9a1316377f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-75.png index 9b2eb0586d..22a6f20d73 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-100.png index ae8e7ff18f..57d1b61272 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-25.png index 0d92917b82..6338e32f0e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-50.png index 4fa93e6335..698a0347a7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-75.png index a164f537c1..b354b0a935 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-75.png index 4a9f2737fa..1a117004a4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-25.png index f61695ece7..b74ee43c4d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-50.png index 486ec4a327..369de820b7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-100.png index 1834e14c85..f1e25c83e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-50.png index e67dc8eceb..dde5e1c4ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-75.png index 1834e14c85..f1e25c83e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-25.png index 81c15c92f6..de2848c949 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-50.png index b93af171f7..0999e82a62 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-25.png index 44f1a0543e..f60a96765c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-100.png index 6a97b76bcf..7a955a6193 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-25.png index 9aff61e6f7..50a69d3b20 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-50.png index e947189b33..4b88234512 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-75.png index c639a4aa53..d6043d0c43 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-25.png index 7c320d4895..205f47cc78 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-50.png index 905898cd72..c27219f1b6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-75.png index 4795b48549..6c4dd330ce 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-0.png index 4242d084c1..bd7eceb46e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-100.png index 5b76c33716..7a418efd30 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-25.png index 1cec811081..68c0693927 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-50.png index 41282b22eb..b82fe01b5b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-75.png index cc861ceaba..d52d764429 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1125-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-25.png index b88d85e69c..3dff22b6d6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-0.png index fbb37294d8..68eee989ad 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-25.png index 3c2d1ff7b4..2807380d69 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-50.png index 0a606f06d7..547a293a02 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-75.png index d0c1a2b78f..904ca5c708 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-0.png index 7b1e4f791b..740ff312dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-100.png index 7b1e4f791b..740ff312dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-25.png index 7b1e4f791b..740ff312dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-50.png index 7b1e4f791b..740ff312dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-75.png index 7b1e4f791b..740ff312dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1407-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-100.png index ae029362ab..f29f7989a1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-75.png index 5b5557e714..192d5fdc55 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-25.png index 7aa94bf45b..5ab7020b31 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-50.png index fd21d95232..31c0e65aa6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-75.png index 46d23ab5ee..7e78d000f0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-25.png index 51a6f351a2..737481c429 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-50.png index 8a28c077ce..580f916a61 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-75.png index 8a28c077ce..580f916a61 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-25.png index 05e68f0e95..ff2192eaee 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-50.png index 27dd2fd718..0973b1ebf9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-75.png index 437c85f31a..8ff1d6bb06 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-100.png index 8d21e9a1ff..4216257609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-50.png index 622eb4ae60..505e46f574 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-75.png index 89e33c9281..d867e3a670 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-25.png index 9f44b6baeb..0daf49d3f7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-50.png index f047cc02ad..dcd2cb2ef3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-75.png index d92b600951..dac532605b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-0.png index 5b61e17bd8..48f4937293 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-100.png index a639e84b92..27fa9470c4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-25.png index 3c8d64ab7d..ad6b0efae2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-50.png index b563d99cf4..663734a92e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-75.png index 2bafdea3ff..ea0ec2b033 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1655-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-25.png index 58c93fee39..96159e02d8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-50.png index 4d745da517..593380d7b5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-75.png index 36eb269867..499579a40a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-25.png index 3f015428b3..fb506f9968 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-50.png index fe7e2b9567..569bc1d971 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-75.png index b218dfa46a..f12cf7356d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-0.png index dbf1cd52d0..b7777c178e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-100.png index 28f4a540ef..1633a93c84 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-25.png index 8b685555ec..47fa6e2e6c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-50.png index a84dbe9bab..bb2203cc5a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-75.png index 3a38fb5784..acdf5cb145 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1717-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-0.png index cda5f66f0a..9d800d1183 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-100.png index cda5f66f0a..9d800d1183 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-25.png index 3b56aab5af..25de87f78a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-50.png index 311ab964e7..5518ef0799 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-75.png index c6a00a39b1..fdcd8e79af 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1732-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-100.png index 899a740f17..5b86e73bb5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-0.png index baf84780e7..2bf52061b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-100.png index baf84780e7..2bf52061b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-25.png index baf84780e7..2bf52061b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-50.png index baf84780e7..2bf52061b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-75.png index baf84780e7..2bf52061b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_769-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-50.png index 7d757bb761..122a68b7f9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-25.png index 8e3de695cf..a3657cbd0e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-0.png index 829f8b9fc1..f3249f0af5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-100.png index dda101c419..6000b8f1e7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-25.png index 3324379eae..af8f337b92 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-50.png index dda101c419..6000b8f1e7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-75.png index dda101c419..6000b8f1e7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-50.png index 3633ddf77b..04024edd93 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-75.png index b64b00dff1..ac2935333b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-25.png index 640b889fe8..25a864ab01 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-75.png index ad3d8c8cfe..2a36e41b00 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-0.png index a60c0eb87c..9bd66838a4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-100.png index a2861d02a3..06e134f457 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-25.png index 0166111599..d28ca43288 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-50.png index 49916dcba4..3da63caf25 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-75.png index f75b3f8d49..8525a7d7f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1686-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-100.png index f0f40130c1..912463d2ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-75.png index 25a22d146e..e1a4965b0b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-0.png index f468b16e23..78b98fea6e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-100.png index 0bc202c70a..bcd46e7707 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-25.png index 4a068598e2..db23c41793 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-50.png index 137928f6ef..fdebe7ab72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-75.png index 1da20fa816..1d2e1a1a79 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1734-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-25.png index ebf3041514..2e53773f48 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-75.png index 996ce0f485..7ea82b9d94 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-100.png index ff9730daff..5a94069838 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-25.png index ff9730daff..5a94069838 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-50.png index 5ed257727a..6366723eaf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-75.png index ff9730daff..5a94069838 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-0.png index 65286648f8..811f80e93a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-100.png index 92cef6047f..ed4a63af67 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-25.png index 9f17587cbc..3ed6f01302 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-50.png index 231d4f4f93..b5181febe2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-75.png index bd07aa0a39..94152e2e15 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-dog_car_ride-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-75.png index 3009682dfe..7f9299b959 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-0.png index 7faacc5a9c..bc5b7457c2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-100.png index 7faacc5a9c..bc5b7457c2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-25.png index 535ebd1491..033e4b5328 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-50.png index 148716b3c9..6b9089b7e3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-75.png index 14b2dc12c0..b464a24dab 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-0.png index a68acd2503..378a98d30a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-100.png index ccf1478c40..b3dcac07c0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-25.png index 743894230b..17eb39affc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-50.png index 3f88e3bd6b..3082d09e2f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-75.png index 7f4f854d16..ad30347e27 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-0.png index 22fdeb74ec..44763f87df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-100.png index 22fdeb74ec..44763f87df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-25.png index 9aec3b88e7..f50eb19632 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-50.png index 7f2d09a4e6..08eaf1ff09 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-75.png index 8d99b9ec41..7b884cdec1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_pill-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-0.png index 91e969cf84..7aa2301416 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-100.png index 1da0561b3c..587823d831 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-25.png index f88efec6e0..8cb3ebb2bc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-50.png index 7624875830..50c7bb9346 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-75.png index 525b88403c..a5f835b410 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_shapes-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-0.png index 3fa3948e91..c3faf0cbe7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-100.png index 3fa3948e91..c3faf0cbe7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-25.png index 0327ca4fc6..b960597dbf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-50.png index e3a0400d8d..bf7efd3581 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-75.png index 3fa3948e91..c3faf0cbe7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-gradient_square-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-0.png index 2b5d903d38..ac9006dbfa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-100.png index 2b5d903d38..ac9006dbfa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-25.png index 9e544c5096..4c367f259c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-50.png index 4defd63a3d..9610fe38f8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-75.png index cf21a16c21..3722899cb0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-growth-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-50.png index fbe1bbf975..3586254bba 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-75.png index 81a142ef91..97100f0f47 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-0.png index 34b0cadcab..831eb23e3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-100.png index 34b0cadcab..831eb23e3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-25.png index 689935460d..786b75b493 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-50.png index c4cd94ae3c..7ee27be9fb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-75.png index 34b0cadcab..831eb23e3c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-0.png index 35b9cc9fd3..1d93c845f0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-100.png index 7d128a204b..c4b78df83c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-25.png index 1018094ad3..d4a27062c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-50.png index f4f8774083..766b447602 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-75.png index b2a721b907..cd65ed4013 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_gradient_strokes-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-0.png index e5108f6666..2a808253bb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-100.png index e011a3ec3b..34d85153cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-25.png index 67849a872a..a64ccbd0aa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-50.png index 848e011ed4..c0ca5ebc0c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-75.png index 7e9bf5efe1..4d5a94dc87 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-0.png index a7647249fb..7fdc072b7c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-100.png index a7647249fb..7fdc072b7c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-25.png index a7647249fb..7fdc072b7c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-50.png index a7647249fb..7fdc072b7c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-75.png index a7647249fb..7fdc072b7c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-blend_mode_test-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-0.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-100.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-25.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-50.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-75.png index 6aca708fea..22302437e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-0.png index 3b729b700e..369a537d5f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-25.png index 46cb6b03ec..9385cf443f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-50.png index 555f2cbbea..45b05b5c1d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-75.png index 982033821c..5a42bdad50 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-25.png index d4a4a369a2..85946ac8a3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-50.png index 06b8a8bb70..de7d1f4891 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-75.png index daf5b82460..e6b3cb17a7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-75.png index a8d624aaaf..2f836d84a1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-25.png index f07ade44b7..b2523bdefc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-50.png index 8ec24cc3e3..b21c8bd6ff 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-50.png index f5a3072050..7c691ca1f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-75.png index 0979a87ac5..dd402e434b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-25.png index e4b4db028a..bc4f452efe 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-50.png index 3d4897ee0b..1c5b7af89f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-75.png index b7ae3d87fb..7737b887fe 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-100.png index ae8e7ff18f..57d1b61272 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-25.png index 79fec14583..7fbb60a780 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-50.png index c6ed81b157..5ef8631fb8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-75.png index d2f7295d44..f8af6ce9ed 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-75.png index e72632afb3..32245c6e51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-25.png index c7cbca3fc7..24236fce97 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-50.png index db2459cea0..0e30e6811d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-100.png index 1834e14c85..f1e25c83e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-50.png index 1e8bbdce6c..d967f5ad73 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-75.png index 1834e14c85..f1e25c83e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-25.png index 33a003dc53..43eb6297e1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-50.png index 964d73ca8b..1a69484331 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-25.png index 0550ff3abc..48bde473e9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-50.png index a9c380bb41..6f8a43c6fb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-100.png index 398c1fd5c9..f51d108ec3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-25.png index a906e9c1b7..50a69d3b20 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-50.png index 053dcc7123..1c4e3df8a9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-75.png index 6662da021c..2cba2dcefe 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-25.png index 80a316cfe8..5854920c34 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-50.png index eae4c78ef6..c8f72efb57 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-75.png index 7b2db41b24..e99e191184 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-75.png differ diff --git a/lottie-ios.podspec b/lottie-ios.podspec index c0d0e70ae0..edf0661055 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'lottie-ios' - s.version = '3.4.3' + s.version = '3.4.4' s.summary = 'A library to render native animations from bodymovin json' s.description = <<-DESC diff --git a/package.json b/package.json index 4cc9f19fec..2b60679621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "3.4.3", + "version": "3.4.4", "description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!", "main": "index.js", "scripts": {