Skip to content
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

path.go has panic error #323

Open
1120woo opened this issue Nov 8, 2024 · 1 comment
Open

path.go has panic error #323

1120woo opened this issue Nov 8, 2024 · 1 comment

Comments

@1120woo
Copy link

1120woo commented Nov 8, 2024

In winding function, path.go (748~758) code occur index panic error.

                      if i+1 == len(zs) {
				for i, z := range zs {
					fmt.Println(i, z)
				}
			}
			same := z.Same || zs[i+1].Same
			if !same {
				if z.Into() == zs[i+1].Into() {
					n += d
				}
			}
@tdewolff
Copy link
Owner

tdewolff commented Nov 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants