-
Notifications
You must be signed in to change notification settings - Fork 29.8k
add documentation for conic path not supported #35063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| /// Construction of UIViews is done asynchronously, before the UIView is ready this widget paints | ||
| /// nothing while maintaining the same layout constraints. | ||
| /// | ||
| /// If a conic path clipping is applied to a UIKitView, a quad path is used to approximate the clip due to limitation of Quartz. |
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.
nit: we try to keep doc comment lines to be ~80 characters long. This one locks longer.
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.
It's definitely longer :), I will edit before merging.
amirh
left a comment
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.
LGTM
| /// | ||
| /// Construction of UIViews is done asynchronously, before the UIView is ready this widget paints | ||
| /// nothing while maintaining the same layout constraints. | ||
| /// |
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.
looks like there's a whitespace at the end of this line that makes cirrus mad. :)
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.
Good catch! Thanks. VSCode always generates /// with an empty space in the end when hit return key on the keyboard after a line of dart doc.
Description
Adding document to explain that iOS platform view clipping is not fully supported for conic path.
Related Issues
#35062
Tests
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?