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

linesimplify should filter out tiny segments #40

Closed
abey79 opened this issue Jul 3, 2020 · 2 comments · Fixed by #76
Closed

linesimplify should filter out tiny segments #40

abey79 opened this issue Jul 3, 2020 · 2 comments · Fixed by #76

Comments

@abey79
Copy link
Owner

abey79 commented Jul 3, 2020

Tiny segments (start/end point closer to some small threshold) are often generated by 3D to 2D renderers. They increase plotting time and maybe detrimental to plot quality. linesimplify should filter them out.

@ithinkido
Copy link
Contributor

ithinkido commented Jul 3, 2020

A quick test piece cut out of a real example, the line is hidden in the green circle.

mini_line_test.zip

And another test case, full of all sorts of problems
mini_line_test2.zip
, including mini lines

@abey79
Copy link
Owner Author

abey79 commented Oct 21, 2020

Finally, this will be implemented as a separate filter command: #76

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 a pull request may close this issue.

2 participants