You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the boolean combination algorithm in Maker.js is unoptimized and definitely has a few bugs. You may need to find strategies to break up your path into smaller chunks and perhaps do some caching.
Reviewing your code in search of improving speed..
And I find that it is only a wrapper that calls the expandPaths() function of MakerJS
But if I run the same code using MakerJS natively, the speed improves X10
You can run the code here:
https://maker.js.org/docs/advanced-drawing/
But anyway the result is useless. the result is a group, with hundreds of PATH segments forming the span.
The text was updated successfully, but these errors were encountered: