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

SVGLoader: Remove paths with a length less than 2 points. #21752

Merged
merged 2 commits into from
Apr 30, 2021

Conversation

Ttommeke
Copy link
Contributor

@Ttommeke Ttommeke commented Apr 29, 2021

Fixed #21697

Description

Solves the issue of paths with only one point that can't be intersected. It filters all paths out that only have 1 or 0 points.

@WestLangley WestLangley changed the title SVGLOADER remove paths with a length less than 2 points. SVGLoader: Remove paths with a length less than 2 points. Apr 29, 2021
@Mugen87 Mugen87 added this to the r129 milestone Apr 30, 2021
@Ttommeke
Copy link
Contributor Author

I believe this is finished.

@Mugen87 Mugen87 merged commit 06333e4 into mrdoob:dev Apr 30, 2021
@mrdoob
Copy link
Owner

mrdoob commented May 3, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Svg rendering issues & possible fix
3 participants