diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index b285fa0890..0000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -Tests/__Snapshots__/SnapshotTests/** filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 132d1496fc..425ac41aa7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,8 +39,6 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v2 - with: - lfs: 'true' - uses: ./.github/actions/setup - name: Test Package run: bundle exec rake test:package diff --git a/README.md b/README.md index 73176e170c..37a2dea438 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,6 @@ We always appreciate contributions from the community. To make changes to the pr - unit tests and snapshot tests (for iOS, must be run on an iPhone 8 simulator) - an Example iOS app that lets you browse and test over 100 sample animations included in the repo -To reduce the size of the repository, snapshot images are stored using [Git Large File Storage](https://git-lfs.github.com/). Before running the snapshot tests, you'll need to install Git LFS: - -```bash -$ brew install git-lfs -$ git lfs install -``` - All pull requests with new features or bug fixes that affect how animations render should include snapshot test cases that validate the included changes. - To add a new sample animation to the snapshot testing suite, you can add the `.json` file to `Tests/Samples`. Re-run the snapshot tests to generate the new snapshot image files. - To update existing snapshots after making changes, you can set `isRecording = true` in `SnapshotTests.swift` and then re-run the snapshot tests. diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-0.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-0.png index 3c8cce8c43..325b7bbd16 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-0.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-100.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-100.png index a7efd1dcd0..8ad0a8b325 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-100.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-25.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-25.png index 045fe1adba..0738488bd8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-25.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-50.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-50.png index 4e8ca799e5..1a0e4387bb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-50.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-75.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-75.png index 6c1814fe19..e15603b7bc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-75.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.9squares_AlBoardman-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-0.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.LottieFiles-shop-0.png index e28ef7443f..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 1efc4be3d6..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 06c947fd1f..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 e343bfcb5b..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 c92b608cd6..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-0.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-0.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-100.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-100.png index 904d6a6dca..2b5d56e50d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-100.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-25.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-25.png index 8a7a8aa411..4ca3e223bc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-25.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-50.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-50.png index 10820a9cdb..6c35c14170 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-50.png and b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-75.png b/Tests/__Snapshots__/SnapshotTests/testAutomaticRenderingEngine.TypeFace-G-75.png index 661f0789d1..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.9squares_AlBoardman-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-0.png index 3c8cce8c43..325b7bbd16 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-100.png index a7efd1dcd0..8ad0a8b325 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-25.png index 045fe1adba..0738488bd8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-50.png index 4e8ca799e5..1a0e4387bb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-75.png index 6c1814fe19..e15603b7bc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.9squares_AlBoardman-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-0.png index eed19ae066..e3f6e9cb96 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-100.png index 5b2ce0c71b..55250bb789 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-25.png index be0341d4a3..ccfdb37ec5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-50.png index b91eba715b..e161568360 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-75.png index 5b2ce0c71b..55250bb789 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Boat_Loader-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-0.png index 6c340edf85..4a91685f95 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-100.png index 0cef62a323..d2e2b0308d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-25.png index 5789310bfb..9590ca8e05 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-50.png index f02d17d85b..f36b63e247 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-75.png index a6a85438e7..0fc4b93fc3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-0.png index cbf5fcd147..3e1f16bb64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-100.png index 6e54f3b5fd..4483861a07 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-25.png index 7af8f56559..89b62d53b9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-50.png index 47f6a62d19..c83cfc1714 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-75.png index 79390ac987..e3d38b978d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_external_image-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-0.png index 0d28ffe321..4dbd2e595b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-100.png index 602a6925ef..29b2a8c6ec 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-25.png index 134df8012d..371724e398 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-50.png index e48841afbc..76694abae6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-75.png index f6110afaaa..19a42fc12b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.DotLottie-animation_inline_image-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-0.png index e89c7a6415..cd386aa735 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-100.png index e89c7a6415..cd386aa735 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-25.png index 63e668d679..9a6791abb7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-50.png index 664e5ac1d8..0e96cc1db2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-75.png index af4b32265a..3374882dd5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.HamburgerArrow-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-0.png index ba56715664..e683b5a041 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-100.png index 89fec4528f..00646d3a73 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-25.png index 042204cf70..1d504f040e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-50.png index adc2e91bc8..6897e5c178 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-75.png index 2fa2d7661d..0ad37c4c6d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.IconTransitions-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 df12bb6761..de5a90ddf8 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 f5df2d62f4..ee93d8843f 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 df12bb6761..de5a90ddf8 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 77e37362c9..2222d94e20 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 77b53d3b3d..fcbb1cafac 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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-0.png index 99cabd9452..05953754f4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-100.png index e35883ffd9..4f4d356784 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-100.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 e009c79bde..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_1260-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-50.png index 7680b9712a..727585b1e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-75.png index 5651b2e619..4e1ed3c12d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1260-75.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 c861ded098..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-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-100.png index fd67f100a1..a86010f153 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1403-100.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 a1f81496ff..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 9effd664d9..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 2cdfe85265..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 d449df5383..6c810bc8bf 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 d449df5383..6c810bc8bf 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 d449df5383..6c810bc8bf 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 d449df5383..6c810bc8bf 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 d449df5383..6c810bc8bf 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_1460-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-0.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-100.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-25.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-50.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-75.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1460-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-0.png index 2db7caf0c9..8fc1e796f1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-0.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 94e7f4c3f6..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-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-25.png index 7ee5c06106..a8b0f10d19 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-50.png index ab69d79149..bb87613371 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1488-50.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 ed676d0abc..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-0.png index 40ae24533a..5aec267a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-100.png index 40ae24533a..5aec267a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1505-100.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 adb6407dc8..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 1b050ab333..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 9809495d91..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_1523-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-0.png index 4778b6bb1d..5905565243 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-100.png index 4778b6bb1d..5905565243 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-25.png index 7aa7f9bbe2..2ce46a972a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-50.png index 81c51021c9..c0c57ea48c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-75.png index c4c482a4f3..47e00c56aa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1523-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-0.png index d19158f00a..a040263798 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-100.png index d19158f00a..a040263798 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1541-100.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 1da151d258..c3b0b99131 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 8a4f36757d..d6067e9b82 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 8a4f36757d..d6067e9b82 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_1557-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-0.png index c304ce7bef..daaeff1123 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-100.png index bb7aafafcf..ada648643c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-25.png index c42aef339c..1529cf495f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-50.png index 48fb35f327..588ccb9750 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-75.png index f889efe2cd..7c289d2f8e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1557-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-0.png index 30e2e57e88..c5b14a4437 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-100.png index 30e2e57e88..c5b14a4437 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1603-100.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 9d2a0bb388..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 997bd0a7ea..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 f5326e3e14..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-0.png index be375bd59b..c2067feb13 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-0.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 144239cd01..d8b6521da0 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-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-25.png index be375bd59b..c2067feb13 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1628-25.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 6f7f7c9896..4b95fa7b29 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 a41fe5c9d2..711d0bb0e0 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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-0.png index 19fb213a72..c7911e7d47 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-100.png index 19fb213a72..c7911e7d47 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1636-100.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 1f1ca60bc7..3879092840 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 95de584925..b01308de9e 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 8d1b204df6..56b9d64fb6 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_1643-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-0.png index bc69b6fb07..b90a9bf573 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-100.png index cb52cafefa..8bcb810442 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-25.png index 76a53bcb2f..4909f6be11 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-50.png index cb52cafefa..8bcb810442 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-75.png index cb52cafefa..8bcb810442 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1643-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 a6f48138a3..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 b236292b85..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 fb8c7da645..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 524212d370..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 8128728a03..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-0.png index d79eb4216b..25e3d5e2e2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-100.png index d79eb4216b..25e3d5e2e2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1664-100.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 9e3c592843..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 95fb08471a..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 f6e96dfdf6..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-0.png index 7f1348822e..af1a62f35d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-100.png index 7f1348822e..af1a62f35d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1683-100.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 8d3cb663b9..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 157eb11881..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 4788d56258..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_1687-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-0.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-100.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-25.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-50.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-75.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1687-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-0.png index 301bb12b4f..09b4f534b5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-100.png index 7a253f8b12..66f3682deb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-25.png index 6b1c4f1a02..4f4ee29720 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-50.png index 0606df9114..7dea6cef30 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-75.png index 7a253f8b12..66f3682deb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1711-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 f5eeb9264b..9f36e67c04 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 b29119d157..e789fdf603 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 d4f2b84bcf..d3fffd3203 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 9a104ff54c..de33d28d49 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 02b4485a41..f862ba936b 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_1722-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-0.png index 47b8f4d6ca..ac0358eb69 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-100.png index 72d19a8ca2..9201f9779d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-25.png index 96c3c28c96..13e580d910 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-50.png index a0cb8a2e4e..e15cb468cf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-75.png index 39a2a059d2..ffc7b04622 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1722-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-0.png index 4b567de9a3..e533dc0001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-100.png index 4b567de9a3..e533dc0001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-25.png index 4b567de9a3..e533dc0001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-50.png index 75867421b2..e90d025084 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-75.png index 76edbf74e7..90df654e34 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1725-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 ae2c2e3801..6d416d70c1 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 6300496f4f..3a72f586d5 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 f3611f70ce..afdc84b3bb 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 01563de8b5..5c4b33df9b 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 4d4334c2f5..973269637e 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_1735-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-0.png index 72d19a8ca2..9201f9779d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-100.png index adb60bfb46..f9b40e5136 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-25.png index d7b9d5018c..f09e972803 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-50.png index cf0c720d17..710dc0b807 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-75.png index adb60bfb46..f9b40e5136 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1735-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-0.png index 43e07dd37d..3d15a455b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-100.png index 258672ff24..de3320e044 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-25.png index df613f269d..ba925b39f4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-50.png index 258672ff24..de3320e044 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-75.png index 258672ff24..de3320e044 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1744-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-0.png index 7a1f1faa72..61667ac47f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-100.png index a066439011..6fff6c1586 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-25.png index 2dfd665c33..c8be9ef0b1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-50.png index 7be46d408c..dc6a85f715 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-75.png index 975a0b564c..21d247848f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1762-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-0.png index 2abc5196ec..e91d35b404 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-100.png index 26b0e919d8..e128e50379 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-25.png index 277a854243..56c12ccabb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-50.png index 337f5f65f7..19925a824e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-75.png index 66647928bd..148b24c3e2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_1800-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 8be863db9b..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 8be863db9b..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 61563de937..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 6995c2f142..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 5ecfde777c..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-0.png index 55f9e0b4ca..f965f0571b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-100.png index 1a61c70295..f931249237 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-25.png index 4ad0a333b3..89b7cafdd5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-25.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 93ac3a9cd8..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-issue_965-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-75.png index db11725fa2..51d03b3d96 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-issue_965-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-0.png index 9bf649da87..a51c7e5132 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-100.png index 9bf649da87..a51c7e5132 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-25.png index 9bf649da87..a51c7e5132 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-50.png index 9bf649da87..a51c7e5132 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-75.png index 9bf649da87..a51c7e5132 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1536-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-0.png index a2152c5307..2e3d8c9c9f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-100.png index 7787a61ff3..9b47db16f6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-25.png index 276a3db177..b53a55d3ad 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-50.png index bf9a8d9081..50ea864934 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-75.png index b80ebe1aa4..1f13536088 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1563-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-0.png index 9380239e47..f054509833 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-100.png index 5834c79e6d..f821967a42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-100.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 43cebbfec6..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_1592-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-50.png index d7e2724a42..dec74e42a0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-75.png index d84a39a232..5422f86c00 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1592-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-0.png index e3d762fbbe..22345a490f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-100.png index e3d762fbbe..22345a490f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-25.png index 27b0df65bd..a8726793b2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-50.png index 27b0df65bd..a8726793b2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-75.png index e3d762fbbe..22345a490f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1599-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-0.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-100.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-100.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 2440bc9fe3..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 fae05cc73b..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_1604_1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-75.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-0.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-100.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-25.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-50.png index 12f7852f17..ca0f36c585 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-75.png index 54de665b7f..74c825bf0f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1604_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-0.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-100.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-25.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-50.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_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 4320035e56..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-0.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-100.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-100.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 71a27d045a..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-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-50.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1632_2-50.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 69a7902a20..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 b5527e4fa6..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 12a79d1d98..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 c1ebb186f5..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 5bb88698e0..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 b51fbae9a7..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_1698-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-0.png index 643f298e31..d9b65805b4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-100.png index be58859062..f17bbacf5c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-25.png index 4e38882841..0095f7b1df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-50.png index 7e2f231a92..f144660b96 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-75.png index 026fd41a42..62a9a9e737 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1698-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-0.png index fd127846a2..d51b36fa9a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-0.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 48b323e966..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-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-25.png index 9f26b3892c..9a1cbf4bab 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-50.png index 7c831267c2..88887e49d7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1699-50.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 b34eeb1c15..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_1728-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-0.png index fd127846a2..d51b36fa9a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-100.png index bac1078a5a..833d5f14c6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-25.png index e40f17e59b..49b664e991 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-50.png index ea8f9528c8..2123a2bb97 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-75.png index 582579bcef..a658aa8d24 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1728-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 2f871a4e0e..0370949b74 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 dba3c51762..2e990f33c2 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 1be4ad739d..ef9e2fcdb0 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 fda49b0abf..0561451789 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 0a25140ae6..c7e1fd6567 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.Issues-pr_1763-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-0.png index 6b61ac0f79..00ce93d262 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-100.png index 7a1955891f..ffb3c42008 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-25.png index 4436cd3179..2b22d9c790 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-50.png index 3ef2bb98dc..9cddf60486 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-75.png index 7a1955891f..ffb3c42008 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Issues-pr_1763-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-0.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-100.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-100.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 36ff0b49b3..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-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-50.png index 81b152bf7c..aaa82bb577 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-bounce_strokes-50.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 a9816f94a2..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-0.png index 6debd5d961..451380c99d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-cactus-100.png index 269288a99b..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 269288a99b..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 83ba9cc38a..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 269288a99b..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 af094be115..d19c4f61ca 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 a74cfe1f32..ca3f714613 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 86b6738809..29bee16c60 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 d51555de7e..89c5562c38 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 e20ef6bc51..f0e66c35b4 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-draft_icon-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-0.png index 3a62c5e8d2..5d05a36574 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-100.png index 0374f635b1..cc89a49859 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-25.png index 5dcb8042b8..c05f6f2826 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-50.png index 0374f635b1..cc89a49859 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-75.png index 0374f635b1..cc89a49859 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-draft_icon-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-0.png index dfb8c429f4..3101c3f00e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-100.png index dfb8c429f4..3101c3f00e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-25.png index 2a720dbac7..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-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-50.png index dfb8c429f4..3101c3f00e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-fireworks-75.png index 696ec2a089..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 b508871344..8e4e86ebc2 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 b508871344..8e4e86ebc2 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 67bd773e00..411f10e072 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 c9cd57b6cb..5e56b305a4 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 829b937946..e4a4d07b44 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 731f67bf99..1d80d837be 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 74d50bdfe0..9ca112080e 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 0d5c019961..a7f4e6eafb 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 f549ef387a..74ba80a395 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 af53c8bb72..af65bd3017 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 26b6a3bc33..a91428da55 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 26b6a3bc33..a91428da55 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 14f73bf580..af6f337cb0 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 723ed3a986..a17607579a 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 08d6eab484..fd00a4add2 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 4662a4f001..93fd7bc94e 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 bd75b51b65..3478dbadfe 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 cf1586a03d..a626c04225 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 422e0ce1b9..6508182940 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 86077960a1..69869dd2a3 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 7e64845341..f1c117aeaf 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 7e64845341..f1c117aeaf 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 8336e9e1e8..e40e3f0682 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 86a7eddd82..a90a295c5e 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 7e64845341..f1c117aeaf 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 4b0af0cd52..d3554526e7 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 4b0af0cd52..d3554526e7 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 841d4cf4e8..69737fdfd2 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 bb1ccd4c34..921a4a9d53 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 180cd95f33..e3325ee920 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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-0.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-100.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-25.png index b0d5b1a944..e88502ffce 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-infinity_loader-25.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 d6534ff085..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 695fb25188..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 e7718edb14..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 e7718edb14..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 b2c140864b..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 14d469fa7d..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 e7718edb14..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_dots_2-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-0.png index 99c7f81f61..3835d8b0a7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-100.png index 40be13752b..922ba5a844 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-25.png index dcd56baae7..24821bafe8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-50.png index 68b434bf4b..faca58399a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-75.png index 78dc75f45f..6c1fed7ddb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-0.png index fdf62ae0b2..06cd553609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-100.png index fdf62ae0b2..06cd553609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-25.png index 25fc81666a..dc22a8dbb6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-50.png index 3b2fb524b9..305991c715 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-75.png index fdf62ae0b2..06cd553609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-loading_dots_3-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 da20d52f1b..116ff18272 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 6409997c26..20c2f75528 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 8df8460441..c1d8e6ecfa 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 979a148ae7..0ea15ac81a 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 21bedc3cdc..9429bf07f8 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-settings_slider-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-0.png index ee86619007..e68d06618d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-100.png index ee86619007..e68d06618d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-25.png index 00047da543..6afdd3768a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-50.png index b3bae53b04..b092c92f41 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-75.png index a4637cd777..df88154e8f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-settings_slider-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-shop-0.png index 00884d55ee..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 8ac125e78b..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 0716673339..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 9a4bc83e16..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 2ec8be5723..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.LottieFiles-step_loader-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-0.png index 33b33e603d..863c4dfd34 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-100.png index 33b33e603d..863c4dfd34 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-25.png index 92716a7abf..13c8325bb7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-50.png index b8e6303ee7..1fd77715b0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-75.png index 3800858ced..b2229544b5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieFiles-step_loader-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-0.png index f7bbed3f1e..7a5a3457cb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-100.png index bc46f91103..52d5c901bd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-25.png index 6bdd20af67..814ab9eb44 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-50.png index cac54d8ee9..e3c63d34bf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-75.png index be4091bf47..f65cb6497a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-0.png index f7bbed3f1e..7a5a3457cb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-100.png index 40051cc758..1ea53441a6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-25.png index 7e27042f90..7d8c605434 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-50.png index cac54d8ee9..e3c63d34bf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-75.png index be4091bf47..f65cb6497a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo1_masked-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-0.png index 0e89ffd3da..d633bc66bf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-100.png index f1f2345445..47f01b5bd5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-25.png index 4edaa90d7e..fec31fda97 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-50.png index e46c337718..637bb666b9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-75.png index f1f2345445..47f01b5bd5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.LottieLogo2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-0.png index 1f79f4df20..d1e903ad87 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-100.png index 34c7855b20..c8de34bc48 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-25.png index 1eb87fe2f9..c796bb81cb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-50.png index 288ee7b66a..7e70bee9a3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-75.png index 4a7e967c4e..06bf4dae52 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.MotionCorpse_Jrcanest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-0.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-100.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-25.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-50.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-75.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-BasicLayers-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-0.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-100.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-25.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-50.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-75.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-DisableNodesTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-0.png index 6eb5b30210..eee8eda919 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-100.png index 6eb5b30210..eee8eda919 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-25.png index 6eb5b30210..eee8eda919 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-50.png index 6eb5b30210..eee8eda919 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-75.png index 6eb5b30210..eee8eda919 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-FirstText-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-0.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-100.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-25.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-50.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-75.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-GeometryTransformTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png index 4d9f5c103b..5eab48de2e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png index 4d9f5c103b..5eab48de2e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png index 4d9f5c103b..5eab48de2e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png index 4d9f5c103b..5eab48de2e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png index 4d9f5c103b..5eab48de2e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-0.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-100.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-25.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-50.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-75.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_Glyph-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-0.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-100.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-25.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-50.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-75.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoAnimation-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-0.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-100.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-25.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-50.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-75.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Text_NoGlyph-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-0.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-100.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-25.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-50.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-75.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-Zoom-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-0.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-100.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-25.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-50.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-75.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-_dog-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-0.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-100.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-25.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-50.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-75.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-base64Test-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 94260e1cb8..ed82358d38 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 94260e1cb8..ed82358d38 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 94260e1cb8..ed82358d38 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 94260e1cb8..ed82358d38 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 94260e1cb8..ed82358d38 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-keypathTest-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-0.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-100.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-25.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-50.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-75.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-keypathTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Nonanimating-verifyLineHeight-0.png index 75fecfcdc5..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 75fecfcdc5..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 75fecfcdc5..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 75fecfcdc5..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 75fecfcdc5..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 78459ecede..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-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-100.png index 59b695d8c2..598378cc37 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.PinJump-25.png index b4744615b0..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 2b5a111a44..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 54d7ef67bd..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.Switch-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-0.png index e64b18d993..9af9995211 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-100.png index ae9e6406a7..f86811f671 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-25.png index 8aff7d3bd2..1ad6d8bb21 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-50.png index 64ed372b15..427114123d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-75.png index f252e41ad3..f71ae3455c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-0.png index 1a2bf8e79e..d4d9d7895d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-100.png index 8e2f347208..04313907a2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-25.png index 8a2a1679de..5fea5f2a2c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-50.png index 00e7b6503c..afb0561b60 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-75.png index df9b224b43..221420947f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Switch_States-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-0.png index fdc33f1386..f5f6b07161 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-100.png index 56d44fdbc7..62b0d8f5c5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-25.png index fdc33f1386..f5f6b07161 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-50.png index 5e26f602b3..f27f04d7e2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-75.png index a7e41b9c4c..d33c042726 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeart-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-0.png index 52d0d58b20..f2e2c334cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-100.png index 589fd6784e..a0086a8358 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-25.png index 52d0d58b20..f2e2c334cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-50.png index 7dfd691310..db4bf47dad 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-75.png index 6acc7d9316..bc71254f93 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TwitterHeartButton-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-100.png index 574ac8b614..8c17cc0b30 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-A-25.png index 1e2fe286d0..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 ff07e7d19e..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 da6d5e7582..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-0.png index fb0d6de3a8..8907204cd4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-100.png index 7905693353..ddd7b9f163 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-25.png index 136135fc85..ac5bfc08b4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-50.png index 525848a9dc..d0d85fdd79 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Apostrophe-75.png index ef45bee0d9..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-100.png index d77d1666c7..df4ae6c5cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-25.png index 3c02780b9c..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 0660641ed9..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-B-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-75.png index d77d1666c7..df4ae6c5cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-B-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-0.png index 9a457b600a..788ba7b7b8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-100.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-25.png index 9a457b600a..788ba7b7b8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-BlinkingCursor-50.png index 8bc04e189c..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 98af5cdef3..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-C-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-100.png index 68e816d764..c68574e49c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-25.png index 149d353bdb..56ea75ea81 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-50.png index 8199706ffd..f071234607 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-75.png index c27e16b7de..9ad244ad3d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-C-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-0.png index 6b5be38e33..1593f4b46e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-100.png index 4b356192fc..6b019c7b42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-25.png index d55e76cc53..c2605f4459 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-50.png index dbb2377308..0559537a63 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-75.png index 4b356192fc..6b019c7b42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Colon-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-0.png index 1fce5367ae..00a410d5cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-100.png index c34926835e..e574d2ea5c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Comma-25.png index a17cd521b8..bbaae54977 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 7f19bdf152..756f8a09ca 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 587beda7c6..7737b887fe 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-D-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-100.png index c873865ed5..d7ac4d5c7b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-25.png index 5ea2fbf3ee..f7c437a9c8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-50.png index 89d63c054f..ec7714bbc4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-75.png index f09c79a9a5..16327e5908 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-D-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-100.png index 4a8e1e6ee8..4fce4b46fa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-25.png index cec36ce90f..3251fc9f27 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-50.png index c685d08b50..1af983b6ef 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-75.png index e963930ce9..52d1395496 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-E-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-F-100.png index 5f4640c5f2..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 e211a698e7..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 f91885eae1..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 361a5fc402..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-100.png index 904d6a6dca..2b5d56e50d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-25.png index a0ea442573..46aa66fb17 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-50.png index ff8475fdca..a4ec89408f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-G-75.png index c4485489d8..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-H-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-100.png index ff95f28530..b16b799a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-25.png index c56b544302..6c8846d647 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-50.png index 0e4a888fb1..212a7f7a42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-75.png index ff95f28530..b16b799a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-H-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-100.png index 00d25f16b5..9b1dd170d2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-25.png index c6535c0047..d1dd89da2d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-50.png index b1d474b11b..207c7976db 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-75.png index 00d25f16b5..9b1dd170d2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-I-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-100.png index 65110dd0c0..8fa667dc0c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-25.png index e35e969183..2ed5ebc06b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-50.png index 0d67c304d9..d10540bb59 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-75.png index 844173bc87..c9f96e6537 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-J-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-100.png index 6aef330d44..7a6d79a767 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-25.png index 352df5f804..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 9efaaa7d01..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-K-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-75.png index 6aef330d44..7a6d79a767 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-K-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-100.png index 21bfe7161d..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-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-25.png index a6c8c1ea55..e41b3179b4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-L-50.png index 1890bcbc8e..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 21bfe7161d..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-100.png index 49edadd199..58c06fa191 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-25.png index d0580ba576..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 503a99974f..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-M-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-75.png index f9d0780f52..3927f3e308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-M-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-100.png index 335bd12caf..f35af3183c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-25.png index 49d6e492d0..4689acf000 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-50.png index 44d41a6238..e28c6b6cbd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-75.png index 335bd12caf..f35af3183c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-N-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-0.png index f4742d5a51..c3fe0b15f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-100.png index d745fd5f3d..c326b3e3f2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-25.png index db832843d8..824119d64e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-50.png index 65dc0923fd..dac675d96b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-75.png index d745fd5f3d..c326b3e3f2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-O-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-100.png index 21c14fc0ef..eba5341346 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-25.png index f5cbcd01b4..38f2d991a4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-50.png index e3c1cf18bf..4d1eff723d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-75.png index c232498386..6fe88d4cda 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-P-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-100.png index 9d6d64a461..4526e5ec4b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-25.png index da1ca34a6b..876ee8301a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-50.png index 4a76a0d96d..58a96d4bb4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-75.png index 350afa11d4..a89628014e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Q-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-100.png index 6334676d2e..236947580a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-25.png index 83c9fae6b6..9fa5f506f2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-50.png index 0260d670cc..99bd679c99 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-75.png index a8bb2c74f2..21de9cee53 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-R-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-100.png index 422f28e0b2..5873b86466 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-25.png index 9252507dea..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-S-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-50.png index f5855f357c..4a56caad3a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-75.png index 422f28e0b2..5873b86466 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-S-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-100.png index 54770ef547..27bedb06db 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-25.png index c0349a9547..b686a8fa8c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-50.png index c0ab4212c4..02fff3ad24 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-75.png index 6f46670b9e..ff83337b07 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-T-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-U-100.png index 25b62157ff..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 1087b95d7a..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 7b1284b684..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 0649ed191a..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-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-100.png index 07f58dd9bd..4c20cd2f09 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-25.png index 3d3157ffdf..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 9151274a89..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.TypeFace-V-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-75.png index dbf0e0d249..b0d17044cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-V-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-100.png index adadad7158..b9c7ef67cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-25.png index 29f0b95844..a401f5f941 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-50.png index fa1c99245b..0f3c0c48e1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-75.png index adadad7158..b9c7ef67cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-W-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-100.png index f798135f4b..83f0702b14 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-25.png index 89b27da60f..20de8d0334 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-50.png index fe62d8575c..7cbbbc7fd4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-75.png index 180e15ddc9..ed8bb44ee2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-X-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-100.png index a0a01beedb..230ce44811 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-25.png index 21cb0cc268..5aaa7fb776 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-50.png index 3177f81921..68575bf9c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-75.png index d63efd379e..d6d0b82294 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Y-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-100.png index 53dc231cf8..84a892032a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-25.png index 60adcefc40..d106278cae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-50.png index 68bcb5ef6d..400dbd577a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-75.png index 9bb21ed249..038bfe33f9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.TypeFace-Z-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-0.png index 16c6a90573..ff1e58ee44 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-100.png index 190aacb759..b1912ef992 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-25.png index ea2d1dde00..30f5b30a5d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-50.png index 190aacb759..b1912ef992 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-75.png index 190aacb759..b1912ef992 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.Watermelon-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-0.png index 09b760267c..3757d8c60e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-100.png index 09b760267c..3757d8c60e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-25.png index 6c4f43a9f3..dcfabb64bc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-50.png index bda64462ac..ba414e8382 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-75.png index 0f187b92c4..28ad67fd0d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.setValueTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-0.png index e0a45526f0..6a04212836 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-100.png index ad027b4813..fa0abdc02f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-25.png index f73b21616d..439a3e9a29 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-50.png index 87123c2702..7da3500913 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-75.png index d77c17b39d..c4282ab169 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.timeremap-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-0.png index dc31a748b8..14d0610224 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-100.png index 46f300f3f9..caac474ed0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-25.png index acfaf96937..066b422d22 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-50.png index 8775403913..ebc0ce8884 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition1-75.png index 3d657ea25a..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/testCoreAnimationRenderingEngine.vcTransition2-0.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-0.png index 445cfdc585..ac6ea640a6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-0.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-100.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-100.png index 95285c50a6..8237e1d3a2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-100.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-25.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-25.png index b4d365ca99..2cebf0c618 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-25.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-50.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-50.png index 3b28c2b520..8bf0bc277a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-50.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-75.png b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-75.png index 95285c50a6..8237e1d3a2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-75.png and b/Tests/__Snapshots__/SnapshotTests/testCoreAnimationRenderingEngine.vcTransition2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-0.png index e6380b014e..1c5531df79 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-100.png index 422d17d918..bd80fe1cf7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-25.png index 84f052b35d..ed234d624c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-50.png index 3dc2e1ee83..fcf385a379 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-75.png index b0f181a6e2..2e1713cde0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.9squares_AlBoardman-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-0.png index 6370a4c997..982fc3d8fd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-100.png index 5b2ce0c71b..55250bb789 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-25.png index bcb9a064c5..f00ec5a4fe 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-50.png index b77ab618d3..7c86a3405a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-75.png index 5b2ce0c71b..55250bb789 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Boat_Loader-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-0.png index 68a7257f73..75e1394a48 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-100.png index 924a72a2ee..bab2021ce7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-25.png index 1f82ddeda9..5202184767 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-50.png index b1bb617e2d..afe2fb8210 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-75.png index f5e1b87359..a2c05cb672 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-0.png index 5a75a55677..646bb440b8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-100.png index acb622b727..b64c714e4a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-25.png index 8b8be1e5e6..db0b5c8bd7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-50.png index f4dc7db3da..86be4db88e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-75.png index 69651e44ee..55a1117205 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_external_image-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-0.png index aa50f2142e..f134b89058 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-100.png index 6ba5ae7c6c..2477e018ea 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-25.png index 1394846d51..d383e69241 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-50.png index 85e7c6fa7d..dcaf1bf6ad 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-75.png index 2de62aa629..1701023c89 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.DotLottie-animation_inline_image-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-0.png index e89c7a6415..cd386aa735 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-100.png index e89c7a6415..cd386aa735 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-25.png index 3f7a52864c..d321f4e5a8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-50.png index 664e5ac1d8..0e96cc1db2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-75.png index 4f91854330..49991b55c1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.HamburgerArrow-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-0.png index ba56715664..e683b5a041 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-100.png index 89fec4528f..00646d3a73 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-25.png index 85034ada01..7eefde9e8b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-50.png index adc2e91bc8..6897e5c178 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-75.png index 140718f679..bb5c1d1810 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.IconTransitions-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 642231b7ea..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 8dad178e2c..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 e41bb2ca77..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 0d756a4d8c..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 2c619499ac..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-0.png index 99cabd9452..05953754f4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-100.png index e35883ffd9..4f4d356784 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-100.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 2e0edc5731..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_1260-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-50.png index 7680b9712a..727585b1e8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-75.png index 5651b2e619..4e1ed3c12d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1260-75.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 c861ded098..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-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-100.png index fd67f100a1..a86010f153 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1403-100.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 a1f81496ff..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 9effd664d9..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 2cdfe85265..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 0a35ff9f73..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 0a35ff9f73..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 0a35ff9f73..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 0a35ff9f73..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 0a35ff9f73..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_1460-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-0.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-100.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-25.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-50.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-75.png index 6a8bb4e280..0ed6023ad9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1460-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-0.png index 2db7caf0c9..8fc1e796f1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-0.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 94e7f4c3f6..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-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-25.png index 7ee5c06106..a8b0f10d19 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-50.png index ab69d79149..bb87613371 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1488-50.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 ed676d0abc..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-0.png index 40ae24533a..5aec267a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-100.png index 40ae24533a..5aec267a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1505-100.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 adb6407dc8..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 1b050ab333..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 9809495d91..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_1523-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-0.png index 4778b6bb1d..5905565243 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-100.png index 4778b6bb1d..5905565243 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-25.png index a9458dd8e8..08807cfea7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-50.png index 81c51021c9..c0c57ea48c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-75.png index eb84f947a9..86e62517f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1523-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-0.png index d19158f00a..a040263798 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-100.png index d19158f00a..a040263798 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1541-100.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 684b8c9564..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 d88d300fc2..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 d88d300fc2..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_1557-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-0.png index c304ce7bef..daaeff1123 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-100.png index bb7aafafcf..ada648643c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-25.png index ffe86576bf..d389dc0e91 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-50.png index 7401d75e83..e53a80272f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-75.png index 8715ebc433..b0e1b871d0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1557-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-0.png index 30e2e57e88..c5b14a4437 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-100.png index 30e2e57e88..c5b14a4437 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1603-100.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 c3816799d1..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 22e3edbe55..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 467041a7ce..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-0.png index be375bd59b..c2067feb13 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-0.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 2865e5e5ad..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-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-25.png index be375bd59b..c2067feb13 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1628-25.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 6438b3f0bf..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 9d05649a5c..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-0.png index 19fb213a72..c7911e7d47 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-100.png index 19fb213a72..c7911e7d47 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1636-100.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 94b6124414..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 3bea89c4b6..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 36a5791e50..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_1643-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-0.png index bc69b6fb07..b90a9bf573 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-100.png index cb52cafefa..8bcb810442 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-25.png index 76a53bcb2f..4909f6be11 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-50.png index cb52cafefa..8bcb810442 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-75.png index cb52cafefa..8bcb810442 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1643-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 e350e0ff87..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 37a46cb464..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 b256bb5457..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 ff66ba3e91..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 4ec16bcd71..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-0.png index d79eb4216b..25e3d5e2e2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-100.png index d79eb4216b..25e3d5e2e2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1664-100.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 e0c8185c5d..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 3e19c8a79b..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 816eeb0f72..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-0.png index 7f1348822e..af1a62f35d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-100.png index 7f1348822e..af1a62f35d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1683-100.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 19d4a1bd83..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 55441dca4e..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 bc8beb561d..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_1687-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-0.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-100.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-25.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-50.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-75.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1687-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-0.png index 01f8f09d48..102bc27fe4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-100.png index 7a253f8b12..66f3682deb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-25.png index a3fe148c6c..a2f7c76fc9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-50.png index ae91bea789..e83a817355 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-75.png index 7a253f8b12..66f3682deb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1711-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 74b8bccb56..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 373c079232..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 4f30aa8c00..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 e63db4beb1..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 5b150e800b..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_1722-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-0.png index 47b8f4d6ca..ac0358eb69 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-100.png index 72d19a8ca2..9201f9779d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-25.png index 96c3c28c96..13e580d910 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-50.png index a0cb8a2e4e..e15cb468cf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-75.png index 350343c68f..92302c2016 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1722-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-0.png index 4b567de9a3..e533dc0001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-100.png index 4b567de9a3..e533dc0001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-25.png index 4b567de9a3..e533dc0001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-50.png index c057610297..2a6c4086ec 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-75.png index 07c9752751..0230b98c25 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1725-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 3a7a87fe46..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 3a7a87fe46..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 9a24e48136..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 05d116b65e..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 efd11f2983..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_1735-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-0.png index 72d19a8ca2..9201f9779d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-100.png index adb60bfb46..f9b40e5136 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-25.png index 2e3e1e3f55..786911bb37 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-50.png index 4a5b11609a..03f73741b4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-75.png index adb60bfb46..f9b40e5136 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1735-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-0.png index 43e07dd37d..3d15a455b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-0.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 a1a6470ef7..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_1744-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-25.png index 6a8c25d395..ea78bd6657 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-50.png index 258672ff24..de3320e044 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-75.png index 258672ff24..de3320e044 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1744-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-0.png index ed00fbfd20..788a851a66 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-100.png index 5fdeb96bd4..5ea0360804 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-25.png index ca8e554689..98f5dc70df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-50.png index d23fc191f2..4d4c38dc6c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-75.png index 17f690d273..b23faa4ec5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1762-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-0.png index 2abc5196ec..e91d35b404 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-100.png index 26b0e919d8..e128e50379 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-25.png index 277a854243..56c12ccabb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-50.png index 337f5f65f7..19925a824e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-75.png index d517b7b8cc..e0eda998d3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_1800-75.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 c56c303a3f..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 c56c303a3f..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 c56c303a3f..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 c56c303a3f..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 c56c303a3f..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-0.png index 55f9e0b4ca..f965f0571b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-100.png index 1a61c70295..f931249237 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-25.png index db268e0ad8..0b521db065 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-25.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 7e280f819a..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-issue_965-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-75.png index ecf0ed7894..1fb86e1966 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-issue_965-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-0.png index b04013cf65..4e39b668e4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-100.png index b04013cf65..4e39b668e4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-25.png index b04013cf65..4e39b668e4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-50.png index b04013cf65..4e39b668e4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-75.png index b04013cf65..4e39b668e4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1536-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-0.png index 0350201e1a..3fde47c2d9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-100.png index 7787a61ff3..9b47db16f6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-25.png index 9794f829ae..3e2cf21474 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-50.png index 786edf141f..297ae2f326 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-75.png index e4f7c810a5..b215dcf98a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1563-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-0.png index 9380239e47..f054509833 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-100.png index 5834c79e6d..f821967a42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-100.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 308f773ae6..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_1592-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-50.png index d7e2724a42..dec74e42a0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-75.png index 9fa1fdf3be..1ce92e4fc1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1592-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-0.png index e3d762fbbe..22345a490f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-100.png index e3d762fbbe..22345a490f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-25.png index 27b0df65bd..a8726793b2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-50.png index 27b0df65bd..a8726793b2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-75.png index e3d762fbbe..22345a490f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1599-75.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 818046a597..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 3189c535ad..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 23ef1e3ed7..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 3189c535ad..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 3189c535ad..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-0.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-100.png index b2692bf6f8..37f89391ba 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-25.png index e02d6200ff..f85e0a4a64 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-25.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 a794906a48..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_1604_2-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-75.png index af1e3637f8..ea14328cca 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1604_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-0.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-100.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-25.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-50.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_1-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 4320035e56..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-0.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-100.png index 44170c50b2..34139edea5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-100.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 71a27d045a..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-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-50.png index 5b777fc9d3..79eadad743 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1632_2-50.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 69a7902a20..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 b5527e4fa6..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 12a79d1d98..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 c1ebb186f5..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 5bb88698e0..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 710a436db9..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_1698-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-0.png index c524405cc0..74595ac968 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-100.png index 8e3f28ba94..2a2b479f01 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-25.png index 249fdfcb5a..716834afd8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-50.png index 3f7b8d3503..e1af759bf0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-75.png index 9189982eab..bfef607fbe 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1698-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-0.png index fd127846a2..d51b36fa9a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-0.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 48b323e966..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-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-25.png index 998e5ad7fb..1603bc1cab 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-50.png index b07c72a9fd..689740081d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1699-50.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 b34eeb1c15..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_1728-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-0.png index fd127846a2..d51b36fa9a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-100.png index bac1078a5a..833d5f14c6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-25.png index f76d0a06e1..c067975108 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-50.png index d1f696bc7a..7ff7acaa3e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-75.png index 6628190353..a9fd437c3e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1728-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 7af40d6eed..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 45ad284d29..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 b2d693a7d0..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 9b8c95c788..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 2fc9b5c559..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.Issues-pr_1763-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-0.png index 707088e381..ec2433c1ad 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-100.png index 7a1955891f..ffb3c42008 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-25.png index d4f2986105..fb732f435f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-50.png index dda8ac1b6d..279b227842 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-75.png index 7a1955891f..ffb3c42008 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Issues-pr_1763-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-0.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-100.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-100.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 ecf3776b61..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-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-50.png index a8b1326ee0..8ab9a1a7a9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-bounce_strokes-50.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 3425178a33..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-0.png index 6debd5d961..451380c99d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-cactus-100.png index 269288a99b..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 269288a99b..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 83ba9cc38a..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 269288a99b..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 df3061c63b..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 c0e96ce715..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 8881d16c99..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 ff0ab099c7..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 738c1676b0..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-draft_icon-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-0.png index 3a62c5e8d2..5d05a36574 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-100.png index 0374f635b1..cc89a49859 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-25.png index 5dcb8042b8..c05f6f2826 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-50.png index 0374f635b1..cc89a49859 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-75.png index 0374f635b1..cc89a49859 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-draft_icon-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-0.png index dfb8c429f4..3101c3f00e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-100.png index dfb8c429f4..3101c3f00e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-25.png index 33ca142990..34d1b976c4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-50.png index dfb8c429f4..3101c3f00e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-fireworks-75.png index c9e9bbe332..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 746cfdd6d4..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 746cfdd6d4..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 4f386d8cc1..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 a969199838..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 0dfd61c5d9..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 737a544989..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 14f7cb2eb7..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 1d617e7378..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 c90448d037..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 7699bcbbcd..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 7b94dc004f..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 7b94dc004f..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 554c231ef1..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 9f4cfaed40..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 123bf61e87..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 6aefbd9fe3..6230cdc400 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 aca3d39984..f020db2e52 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 1347791009..0d8de97356 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 142d75fdba..eed00f235b 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 a0ec9f2a6a..0aaf8dd25b 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 487dae20d3..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 487dae20d3..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 1e84717a2b..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 3abeef7555..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 487dae20d3..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 8eea3259db..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 8eea3259db..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 3d9efc93e3..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 9057c5c051..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 cff4ec3392..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-0.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-100.png index b6c38e4d16..ff61414fe6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-25.png index 3ffe0629ae..595aeb8ae2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-infinity_loader-25.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 730614026a..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 124c6d100e..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 e7718edb14..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 e7718edb14..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 8ff81f0737..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 b712f2ff04..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 e7718edb14..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_dots_2-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-0.png index 99c7f81f61..3835d8b0a7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-100.png index 40be13752b..922ba5a844 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-25.png index 3741eee28c..6b76ed1f6e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-50.png index 68b434bf4b..faca58399a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-75.png index c0a0bef95b..0d05388393 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-0.png index fdf62ae0b2..06cd553609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-100.png index fdf62ae0b2..06cd553609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-25.png index 353d6fd100..4f45e2f89b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-50.png index fbc9eddfd2..111d1d4fec 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-75.png index fdf62ae0b2..06cd553609 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-loading_dots_3-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 167f437a1e..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 0fcf21e987..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 98f65b28cf..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 711b25e8fb..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 14d91da218..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-settings_slider-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-0.png index ee86619007..e68d06618d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-100.png index ee86619007..e68d06618d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-25.png index 0cd9557a25..d36bb74754 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-50.png index 8ad97501eb..6bfa466f52 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-75.png index 2b5452781a..e5682d1864 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-settings_slider-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-shop-0.png index e28ef7443f..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 1efc4be3d6..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 06c947fd1f..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 e343bfcb5b..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 c92b608cd6..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.LottieFiles-step_loader-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-0.png index 33b33e603d..863c4dfd34 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-100.png index 33b33e603d..863c4dfd34 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-25.png index 297ea46d6e..5d24841c77 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-50.png index fbed32a008..78b4b10c10 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-75.png index f7b580bff0..a53bb9f7c8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieFiles-step_loader-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-0.png index f7bbed3f1e..7a5a3457cb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-100.png index 92d1f70d56..78850e8d20 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-25.png index 4b640a1c6d..33a1c40a44 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-50.png index 63a741857e..a0ece71dd6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-75.png index 6d2f08b187..acc27664e3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-0.png index f7bbed3f1e..7a5a3457cb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-100.png index 40051cc758..1ea53441a6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-25.png index 4b640a1c6d..33a1c40a44 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-50.png index 63a741857e..a0ece71dd6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-75.png index 6d2f08b187..acc27664e3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo1_masked-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-0.png index 0e89ffd3da..d633bc66bf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-100.png index c42cc0a168..7f67a2ef68 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-25.png index 45adc7465b..9fea8cb4c6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-50.png index 8f5632b020..44dea309dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-75.png index c42cc0a168..7f67a2ef68 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.LottieLogo2-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-0.png index c437efb0e9..43e0f224db 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-100.png index 34c7855b20..c8de34bc48 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-25.png index 26d6ccd283..ef6364b5da 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-50.png index 90708b4b91..69ebd054c0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-75.png index a73946364d..cd5361d5b3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.MotionCorpse_Jrcanest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-0.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-100.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-25.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-50.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-75.png index d0a8596217..dd6f963bc0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-BasicLayers-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-0.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-100.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-25.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-50.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-75.png index e487ef15db..30f5e133c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-DisableNodesTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-0.png index 7827d6503d..6488402d7e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-100.png index 078dcd1ecb..20c7888efd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-25.png index f6ebf03025..0fe773984f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-50.png index 1a6363693d..7c8b2acc29 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-75.png index 1d7e6e815b..8c5514a35a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-FirstText-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-0.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-100.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-25.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-50.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-75.png index 1579b2df99..7d3a7b42df 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-GeometryTransformTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png index fdf30a786a..9d323ab979 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png index fdf30a786a..9d323ab979 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png index fdf30a786a..9d323ab979 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png index fdf30a786a..9d323ab979 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png index fdf30a786a..9d323ab979 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_AnimatedProperties-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-0.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-100.png index 5b4ff0dadf..22f4d8a3ea 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-25.png index 2626fb09e0..5b64128ebf 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-50.png index 5b4ff0dadf..22f4d8a3ea 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-75.png index 5b4ff0dadf..22f4d8a3ea 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_Glyph-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-0.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-100.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-25.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-50.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-75.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoAnimation-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-0.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-100.png index 84014f39b0..f865ddd62f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-25.png index 3ad3d54b31..fee6ec55ae 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-50.png index 84014f39b0..f865ddd62f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-75.png index 84014f39b0..f865ddd62f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Text_NoGlyph-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-0.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-100.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-25.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-50.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-75.png index 731c61df1c..467813060e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-Zoom-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-0.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-100.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-25.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-50.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-75.png index c5eadf195a..2c149df349 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-_dog-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-0.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-100.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-25.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-50.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-75.png index bbf3a52b2c..25a8533308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-base64Test-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 3c3cd5f18a..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 3c3cd5f18a..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 3c3cd5f18a..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 3c3cd5f18a..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 3c3cd5f18a..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-keypathTest-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-0.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-100.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-25.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-50.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-75.png index aeb52053dc..01fc0c7478 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-keypathTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Nonanimating-verifyLineHeight-0.png index 75fecfcdc5..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 75fecfcdc5..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 75fecfcdc5..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 75fecfcdc5..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 75fecfcdc5..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 e34c799ba3..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-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-100.png index 410f2a874f..d006ecffc6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.PinJump-25.png index 6e36bf01e2..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 153b0eb5f0..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 e7f5d97d06..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.Switch-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-0.png index e64b18d993..9af9995211 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-100.png index ae9e6406a7..f86811f671 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-25.png index 8aff7d3bd2..1ad6d8bb21 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-50.png index 64ed372b15..427114123d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-75.png index f252e41ad3..f71ae3455c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-0.png index 1a2bf8e79e..d4d9d7895d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-100.png index 8e2f347208..04313907a2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-25.png index 8a2a1679de..5fea5f2a2c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-50.png index 00e7b6503c..afb0561b60 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-75.png index df9b224b43..221420947f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Switch_States-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-0.png index fdc33f1386..f5f6b07161 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-100.png index 56d44fdbc7..62b0d8f5c5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-25.png index fdc33f1386..f5f6b07161 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-50.png index 4dbfd3d666..e747061fd8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-75.png index 9f404ce517..20f0f35ef2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeart-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-0.png index 52d0d58b20..f2e2c334cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-100.png index 589fd6784e..a0086a8358 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-25.png index 52d0d58b20..f2e2c334cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-50.png index 04bba43997..484badc4e0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-75.png index 6acc7d9316..bc71254f93 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TwitterHeartButton-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-100.png index 574ac8b614..8c17cc0b30 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-A-25.png index 8f2967c5a8..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 f75a5c112d..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 46027c65f1..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-0.png index fb0d6de3a8..8907204cd4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-100.png index 7905693353..ddd7b9f163 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-25.png index e54754df39..e1aa5d43c7 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-50.png index 2d2cf93676..24461c56cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Apostrophe-75.png index 45c8a031b3..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-100.png index d77d1666c7..df4ae6c5cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-25.png index 154980b669..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 202f879f81..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-B-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-75.png index d77d1666c7..df4ae6c5cd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-B-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-0.png index 9a457b600a..788ba7b7b8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-100.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-25.png index 9a457b600a..788ba7b7b8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-BlinkingCursor-50.png index 8bc04e189c..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 98af5cdef3..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-C-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-100.png index 68e816d764..c68574e49c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-25.png index 2e848603b1..ad1c3ba90b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-50.png index 168155c3d1..4d084d748c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-75.png index c27e16b7de..9ad244ad3d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-C-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-0.png index 6b5be38e33..1593f4b46e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-100.png index 4b356192fc..6b019c7b42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-25.png index d55e76cc53..c2605f4459 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-50.png index d21b56669f..41c52453bd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-75.png index 4b356192fc..6b019c7b42 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Colon-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-0.png index 1fce5367ae..00a410d5cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-100.png index c34926835e..e574d2ea5c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Comma-25.png index 5cec55105c..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 573a323d53..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 587beda7c6..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-D-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-100.png index c873865ed5..d7ac4d5c7b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-25.png index 5ea2fbf3ee..f7c437a9c8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-50.png index 4764e19655..b825a8d9ab 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-75.png index 7f8e2610d0..56a518ef56 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-D-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-100.png index 4a8e1e6ee8..4fce4b46fa 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-25.png index cec36ce90f..3251fc9f27 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-50.png index eddfe54b3f..a3428ace0c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-75.png index 461a3d096f..2d1dd20188 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-E-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-F-100.png index 5f4640c5f2..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 95d518c763..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 1ad4111588..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 20d7e48d5a..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-100.png index 904d6a6dca..2b5d56e50d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-25.png index 8a7a8aa411..4ca3e223bc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-50.png index 10820a9cdb..6c35c14170 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-G-75.png index 661f0789d1..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-H-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-100.png index ff95f28530..b16b799a72 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-25.png index 76323915cb..fcafec77a4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-50.png index a0138790d7..6cd9ee9768 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-75.png index 1ccd2f2e08..54d16aea17 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-H-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-100.png index 00d25f16b5..9b1dd170d2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-25.png index 1115dca624..bdb2ba27fc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-50.png index 9c0bc924f4..98009d983c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-75.png index 00d25f16b5..9b1dd170d2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-I-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-100.png index 65110dd0c0..8fa667dc0c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-25.png index d31e6e5c58..bfdc3a54ee 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-50.png index 27227677d7..d3173343ec 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-75.png index 8b16650f63..3ffd3f5b6f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-J-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-100.png index 6aef330d44..7a6d79a767 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-25.png index 023e963ed5..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 536bb66b7a..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-K-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-75.png index 6aef330d44..7a6d79a767 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-K-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-100.png index 21bfe7161d..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-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-25.png index 12ee5b40a8..8b22e38d8f 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-L-50.png index bd68278516..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 21bfe7161d..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-100.png index 49edadd199..58c06fa191 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-25.png index 93c959dd64..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 076a281a83..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-M-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-75.png index f9d0780f52..3927f3e308 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-M-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-100.png index 335bd12caf..f35af3183c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-25.png index 23968f7afe..43615ad293 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-50.png index ee8e930974..0a5b833fef 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-75.png index 335bd12caf..f35af3183c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-N-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-0.png index f4742d5a51..c3fe0b15f3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-100.png index d745fd5f3d..c326b3e3f2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-25.png index db832843d8..824119d64e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-50.png index 65dc0923fd..dac675d96b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-75.png index d745fd5f3d..c326b3e3f2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-O-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-100.png index 21c14fc0ef..eba5341346 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-25.png index f5cbcd01b4..38f2d991a4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-50.png index e3c1cf18bf..4d1eff723d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-75.png index c232498386..6fe88d4cda 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-P-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-100.png index 9d6d64a461..4526e5ec4b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-25.png index e3df22e80c..9adef965e9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-50.png index 2bd313d4d0..aeb20ffe45 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-75.png index 350afa11d4..a89628014e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Q-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-100.png index 6334676d2e..236947580a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-25.png index 83c9fae6b6..9fa5f506f2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-50.png index 271f920360..2e056eccf2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-75.png index e26ab76eeb..97834bba51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-R-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-100.png index 422f28e0b2..5873b86466 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-25.png index 2594a17073..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-S-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-50.png index acbfdf0135..4850ff8edd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-75.png index 422f28e0b2..5873b86466 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-S-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-100.png index 54770ef547..27bedb06db 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-25.png index 48a2c6bc67..25b81b1bbb 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-50.png index acbed50981..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-T-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-75.png index e15a272e81..63f1c3c39a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-T-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-U-100.png index c86decbca9..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 1087b95d7a..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 b4e67464bd..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 62d1f8d751..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-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-100.png index 07f58dd9bd..4c20cd2f09 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-25.png index ca16c44350..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 1651089627..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.TypeFace-V-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-75.png index dbf0e0d249..b0d17044cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-V-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-100.png index adadad7158..b9c7ef67cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-25.png index b477d7c0a1..eafffe44dd 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-50.png index c4bd9977fa..98bf7d93d5 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-75.png index adadad7158..b9c7ef67cc 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-W-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-100.png index f798135f4b..83f0702b14 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-25.png index 89b27da60f..20de8d0334 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-50.png index 0c3e2a01b1..4c36b5016a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-75.png index 180e15ddc9..ed8bb44ee2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-X-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-0.png index 79de1a5daa..397ee33731 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-100.png index a0a01beedb..230ce44811 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-25.png index 21cb0cc268..5aaa7fb776 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-50.png index 3177f81921..68575bf9c9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-75.png index 1b80b1ef19..e667a52909 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Y-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-0.png index 3649d72741..ee98799b51 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-100.png index 53dc231cf8..84a892032a 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-25.png index 9a6bec5a02..d42ecf2483 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-50.png index 7dd9c7a864..ac164286db 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-75.png index fd94ac16bf..da4dd830f8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.TypeFace-Z-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-0.png index 16c6a90573..ff1e58ee44 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-100.png index c9d7093fb3..ba2a8f2c7b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-25.png index ea2d1dde00..30f5b30a5d 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-50.png index 190aacb759..b1912ef992 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-75.png index c9d7093fb3..ba2a8f2c7b 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.Watermelon-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-0.png index 09b760267c..3757d8c60e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-100.png index 09b760267c..3757d8c60e 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-25.png index 734b8aae94..465bce2d30 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-50.png index bee0b4f03f..223e125fa4 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-75.png index 03f6c9552a..53c4f906e1 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.setValueTest-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-0.png index 73cc9920b6..bff18056ca 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-100.png index 997b3460a2..07cee66042 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-25.png index 23121a982a..5abe9b1001 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-50.png index 49c1f2322b..dc43b49dd3 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-75.png index 99d2776e12..2570098fb8 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.timeremap-75.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-0.png index dc31a748b8..14d0610224 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-100.png index 46f300f3f9..caac474ed0 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-25.png index acfaf96937..066b422d22 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-50.png index c090cfdecb..3e995e2970 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition1-75.png index 2fcc56662d..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/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-0.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-0.png index 445cfdc585..ac6ea640a6 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-0.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-0.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-100.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-100.png index 95285c50a6..8237e1d3a2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-100.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-100.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-25.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-25.png index f3c4d55c95..82097e871c 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-25.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-25.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-50.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-50.png index 18d2c19fb1..12a151e4d9 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-50.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-50.png differ diff --git a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-75.png b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-75.png index 95285c50a6..8237e1d3a2 100644 Binary files a/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-75.png and b/Tests/__Snapshots__/SnapshotTests/testMainThreadRenderingEngine.vcTransition2-75.png differ diff --git a/lottie-ios.podspec b/lottie-ios.podspec index a090051fd6..78896b7051 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'lottie-ios' - s.version = '4.0.0' + s.version = '4.0.1' s.summary = 'A library to render native animations from bodymovin json' s.description = <<-DESC diff --git a/package.json b/package.json index d30efc9008..d98b0226be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "4.0.0", + "version": "4.0.1", "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": {