-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Implemented Geometry.GetWidenedGeometry. #12724
Conversation
You can test this PR using the following package version. |
Otherwise we'd be changing the behavior of an existing API (`StrokeContains`) which should be discussed first.
You can test this PR using the following package version. |
- Move the logic into `SKPathHelper.CreateStrokedPath`; called from `PathHelper` and `GetWidenedGeometry` - Use a pen hash code to check if we're up-to-date in `PathHelper` and include the dash style in that
You can test this PR using the following package version. |
You can test this PR using the following package version. |
What does the pull request do?
Implements
Geometry.GetWidenedGeometry
. Similar to the WPF methodGeometry.GetWidenedPathGeometry
except that it doesn't return aPathGeometry
and there is no overload with tolerance settings.