-
Notifications
You must be signed in to change notification settings - Fork 275
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
Exception While getting outline for the font model #567
Comments
Can you provide a repro? |
Hi @danmarshall Here is the link to reproduce the error. Along with it also I am generating model outline in |
Hi @danmarshall, Just wanted to check in and see if there has been any progress on fixing this bug. Is there a plan to address it in the coming week? Let me know if there's anything I can do to help. Thanks! |
Hi @Gautam2010 - sorry I will not be addressing this directly, and not soon as I am busy with other projects. This is probably an instance of the prevalent bug in boolean operations. I think the solution to this will be foundational (meaning a lot of other low level stuff will need to change and be tested in order to get this right). In the meanwhile, you may try modifying your outline distance by tiny amounts to see if you can get a specific instance working properly. |
Throwing error while getting outline from font model.
With debug
otherElement
getting undefined andthis.removeValue(otherElement, valueId);
method is usingvalueIds
ofotherElement
which undefined.The text was updated successfully, but these errors were encountered: