Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-todesco committed Jan 21, 2020
1 parent 98acd79 commit 5bb349d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ class Application {
endStroke() {
const length = this.targetCrv.pixelLength

if(location.search == "?test") document.getElementById('console').innerHTML = length
if(location.search == "?test") document.getElementById('console').innerHTML = this.targetCrv.points.length


if (length > 10) {
this.omega = 50.0 * Math.PI*2 / length;
Expand Down

0 comments on commit 5bb349d

Please sign in to comment.