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

Made noStroke methods consistent #732

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Made noStroke methods consistent #732

merged 3 commits into from
Jul 9, 2024

Conversation

jonobr1
Copy link
Owner

@jonobr1 jonobr1 commented Jul 9, 2024

No description provided.

@jonobr1 jonobr1 merged commit 3e63c35 into dev Jul 9, 2024
1 check passed
@jonobr1 jonobr1 deleted the 731-nostroke branch July 9, 2024 17:28

}
if (i >= last && closed) {

Check warning

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to false.
}
this._lengths[i] = getCurveLength2(a, b, limit);
sum += this._lengths[i];
if (i >= last && closed2) {

Check warning

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to false.
}
this._lengths[i] = getCurveLength2(a, b, limit);
sum += this._lengths[i];
if (i >= last && closed2) {

Check warning

Code scanning / CodeQL

Useless conditional Warning

This expression always evaluates to false.
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

Successfully merging this pull request may close these issues.

None yet

1 participant