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
I am attempting to use the offset to subtract the stroke from a rectangle but am unable to do this. Are boolean operations available?
The text was updated successfully, but these errors were encountered:
AFAIK It's not possible because this library does not convert polyline to polygon and such a boolean operation needs polygon: https://groups.google.com/forum/#!topic/paperjs/AGaw43KpJzE
Sorry, something went wrong.
Here is your fiddle that shows the PaperOffset.offsetStroke() usage: https://jsfiddle.net/ceremcem/yLzc1a49/30/
PaperOffset.offsetStroke()
No branches or pull requests
I am attempting to use the offset to subtract the stroke from a rectangle but am unable to do this. Are boolean operations available?
The text was updated successfully, but these errors were encountered: