From 8f5d0b52193c3c514a7234227c09ecdbcfcc1139 Mon Sep 17 00:00:00 2001 From: Muhammad Saleem <141945270+Muhammad-Saleem1Ch@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:16:47 -0700 Subject: [PATCH] Update index.html --- JavaScript/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaScript/index.html b/JavaScript/index.html index bbad730d..18eb1869 100644 --- a/JavaScript/index.html +++ b/JavaScript/index.html @@ -61,7 +61,7 @@ ctx.font = radius * 0.15 + "px arial"; ctx.textBaseline = "middle"; ctx.textAlign = "center"; - for (num = 1; num < 13; num++) { + for (num = 1; num < 12; num++) { ang = num * Math.PI / 6; ctx.rotate(ang); ctx.translate(0, -radius * 0.85);