Skip to content

Conversation

jonobr1
Copy link
Owner

@jonobr1 jonobr1 commented Jul 9, 2024

No description provided.

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

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

Check warning

Code scanning / CodeQL

Useless conditional

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

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

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.

1 participant