-
Notifications
You must be signed in to change notification settings - Fork 71
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
First cut at stroke expansion #286
Merged
Commits on May 19, 2023
-
This is a starting point; no dashes, only butt and miter. Also not tested yet. Will close #285
Configuration menu - View commit details
-
Copy full SHA for 2ae4986 - Browse repository at this point
Copy the full SHA 2ae4986View commit details
Commits on May 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d044fa - Browse repository at this point
Copy the full SHA 7d044faView commit details
Commits on May 25, 2023
-
Fix some todo() items. Reverse forward and backward so area is positive. Implement line caps and joins. Make end_point a public method of `PathEl`, as suggested. Dashes remain, as well as closed paths.
Configuration menu - View commit details
-
Copy full SHA for 6674355 - Browse repository at this point
Copy the full SHA 6674355View commit details
Commits on May 31, 2023
-
Handle stroking of closed subpaths. This generates two closed subpaths as output, one for the inner contour, one for the outer. Also apply a threshold for joins.
Configuration menu - View commit details
-
Copy full SHA for be41b0d - Browse repository at this point
Copy the full SHA be41b0dView commit details -
This should handle closed paths and phase, but do need to validate.
Configuration menu - View commit details
-
Copy full SHA for af22c87 - Browse repository at this point
Copy the full SHA af22c87View commit details
Commits on Jun 5, 2023
-
Add optimization options to strokes
Add an additional argument to stroke expansion. It's designed so it can be Default::default() in the common case, and uses the builder pattern to add more options as needed without breaking semver.
Configuration menu - View commit details
-
Copy full SHA for 6e1b2bb - Browse repository at this point
Copy the full SHA 6e1b2bbView commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6497fb6 - Browse repository at this point
Copy the full SHA 6497fb6View commit details -
Wire up regularization in parallel curve generation (now merged into branch). Fix zero length segment detection (it was overly eager, also triggering on degenerate tangents). In response to review comments.
Configuration menu - View commit details
-
Copy full SHA for 9d5fc88 - Browse repository at this point
Copy the full SHA 9d5fc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063839e - Browse repository at this point
Copy the full SHA 063839eView commit details
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.