Skip to content
Snippets Groups Projects
Commit e5481bd0 authored by Ryan Seys's avatar Ryan Seys
Browse files

Fix for displaying intrmedte steps of rect/ellipse

parent 0a96f78a
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ p.code({
}
}
//for the shape with the time specific to the current time
else if(time_f === t) {
else if(time_s === t) {
console.log("showing" + shape.id);
shape.style.visibility = "visible";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment