-
-
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
Add isStroked overload for IGeometryContext #15430
Conversation
You can test this PR using the following package version. |
You can test this PR using the following package version. |
Does it handle closed geometries properly? Last time we've discovered that simple MoveTo isn't enough |
|
Can we have some render tests? Preferably using CrossTest kit for WPF comparison. |
Added test |
…us line caps/joins
@cla-avalonia recheck |
|
You can test this PR using the following package version. |
@cla-avalonia agree |
* add isStroked overload for IGeometryContext * move IGeometryContextEx * fix Fill Path line * remove added whitespaces * close a figure to non-stroke lines with a line * add geometry tests * add wpf test files * Added a test for tracking path closure with missing strokes for various line caps/joins * add IsStroke overload for other segments * update tests * Skip line join test for closed geometry with holes for now --------- Co-authored-by: Nikita Tsukanov <keks9n@gmail.com>
What does the pull request do?
Reopens this PR #12617
What is the current behavior?
What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues