Update
This commit is contained in:
parent
83f94fb969
commit
10dd12367f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let projectile= function (node){
|
|||
let dots=[] // Dots that show projectile path
|
||||
|
||||
node.setup = function() {
|
||||
c=node.createCanvas(width, height);
|
||||
c=node.createCanvas(Math.min(window.innerWidth,width), height);
|
||||
v0t=node.createElement('p', '');
|
||||
katex.render("v_0", v0t.elt);
|
||||
v0t.elt.style.color="#b4b4b4"
|
||||
|
|
Loading…
Add table
Reference in a new issue