Skip to content
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

Implement clipping line joins at the miter limit. #35

Closed
nical opened this issue May 21, 2017 · 0 comments
Closed

Implement clipping line joins at the miter limit. #35

nical opened this issue May 21, 2017 · 0 comments

Comments

@nical
Copy link
Owner

nical commented May 21, 2017

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.

@nical nical modified the milestone: 1.0 Jun 13, 2017
@nical nical removed the 1.0 label Jun 13, 2017
o0Ignition0o added a commit to o0Ignition0o/lyon that referenced this issue Oct 28, 2017
nical pushed a commit that referenced this issue Oct 28, 2017
nical added a commit that referenced this issue Oct 28, 2017
@nical nical closed this as completed Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant