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 would like to draw a complex line and am using
E.stroke(0); E.strokeMode(E.PERPENDICULAR); E.strokeWeight(20); E.strokeSpacing(14); E.beginShape(); E.strokeWeight(20); E.strokeSpacing(4); E.vertex(250, 470); E.vertex(525, 550); E.vertex(900, 470); E.vertex(900, 650); E.vertex(250, 600); E.endShape();
But the algorithms connect the last and first vertex with a stitched line.
The text was updated successfully, but these errors were encountered:
ok will look into it! the stitches are connected to prevent TSP from messing the pre-optimized order up, but then there's this issue...
Sorry, something went wrong.
Now fixed: d4ac5bf
LingDong-
No branches or pull requests
I would like to draw a complex line and am using
But the algorithms connect the last and first vertex with a stitched line.
The text was updated successfully, but these errors were encountered: