This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Reland "[ios][platform_view] Use CAShapeLayer as the mask to avoid software rendering #53072" #53256
Merged
auto-submit
merged 5 commits into
flutter:main
from
hellohuanlin:pv_mask_view_use_cashapelayer_backing_again
Jun 6, 2024
Merged
Reland "[ios][platform_view] Use CAShapeLayer as the mask to avoid software rendering #53072" #53256
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
06e6e93
[ios][platform_view]use cashapelayer as the backing layer for mask view
hellohuanlin 5a30a72
add some tests, and fix some pixel errors
hellohuanlin 206409c
more pixel perfect golden files
hellohuanlin fdd0173
fix golden again
hellohuanlin 7fc9c31
fix arc
hellohuanlin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+8.64 KB
(140%)
...sts/golden_platform_view_clippath_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.19 KB
(140%)
...form_view_clippath_with_transform_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7.98 KB
(140%)
...latform_view_cliprect_after_moved_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+21 Bytes
(100%)
...form_view_cliprect_with_transform_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.27 KB
(140%)
...ts/golden_platform_view_cliprrect_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+21 Bytes
(100%)
...orm_view_cliprrect_with_transform_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7.87 KB
(130%)
...den_platform_view_large_cliprrect_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-16 Bytes
(100%)
...ew_large_cliprrect_with_transform_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7.31 KB
(130%)
...olden_two_platform_view_clip_path_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7.74 KB
(140%)
...olden_two_platform_view_clip_rect_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7.14 KB
(120%)
...lden_two_platform_view_clip_rrect_iPhone SE (3rd generation)_17.0_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing [super dealloc] is the only change.