Skip to content

Commit cab6311

Browse files
committed
foo
1 parent 3f9c727 commit cab6311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/tutorial-continuation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ html_anim = """
434434
// Draw Tmax label at bottom
435435
ctx.fillStyle = '#2c3e50';
436436
ctx.font = 'bold 16px Arial';
437-
ctx.fillText('Tmax = ' + Tmax, center_x, baseline + 80);
437+
ctx.fillText('Tmax = ' + Tmax, center_x, baseline + 90);
438438
}
439439
440440
function draw(time) {

0 commit comments

Comments
 (0)