InflatePaths: spacing between segments of output to decrease no less than the "delta" #304
Unanswered
andrei2popa
asked this question in
Q&A
Replies: 1 comment
-
To achieve that, ex. to filter out too-thin-areas, you could offset with a larger-negative value, then offset back. I hope this answers your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just discovered this library. Great work and thanks for sharing.
I tested "InflatePaths" on some closed paths, and I would expect the spacing between segments of output to decrease no less than the "delta", and those "chunks" to "disappear".
Or am I wrong?
Is there at least an efficient way to identify these cases in the output, I would like to skip them. I would like to avoid calculating the distances between each segment of the output.
Thank you in advance for any feedback.
Andrei
Beta Was this translation helpful? Give feedback.
All reactions