We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The path stroke tessellator has a very naive implementation of line joins that does not support miter limits.
The relevant par of the SVG specification is here: https://svgwg.org/specs/strokes/#LineJoin
This should be implemented in tessellation/src/path_stroke.rs.
See the (work in progress) stroke tessellation wiki page for information about how the tessellator works.
The text was updated successfully, but these errors were encountered:
nical#35 Implement miter_limit_joins
7e28611
#35 Implement miter_limit_joins
0dea3f6
Revert " #35 Implement miter_limit_joins"
5e9b762
This reverts commit 0dea3f6.
No branches or pull requests
The path stroke tessellator has a very naive implementation of line joins that does not support miter limits.
The relevant par of the SVG specification is here: https://svgwg.org/specs/strokes/#LineJoin
This should be implemented in tessellation/src/path_stroke.rs.
See the (work in progress) stroke tessellation wiki page for information about how the tessellator works.
The text was updated successfully, but these errors were encountered: