Skip to content

Commit 5b26aab

Browse files
committed
correction to helix handling of canvas
1 parent f570674 commit 5b26aab

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

ForInstalledPython/glow.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GlowScriptOffline/glowscript_libraries/glow.2.7.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GlowScriptOffline2.7.zip

-1 Bytes
Binary file not shown.

lib/glow/primitives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@
21142114
if (this.__curve !== undefined) {
21152115
this.__curve.clear()
21162116
} else {
2117-
this.__curve = new curve({canvas:this.canvas, __no_autoscale:true})
2117+
this.__curve = curve({canvas:this.canvas, __no_autoscale:true})
21182118
}
21192119
}
21202120

package/glow.2.7.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)