From b256c4ddd8de7364dc19f43fae0be3e7c6fa0e03 Mon Sep 17 00:00:00 2001 From: sato yoshiyuki Date: Sat, 17 Sep 2022 22:07:29 +0900 Subject: [PATCH] add comment: ref. issues #27 --- src/create-3d-contrib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/create-3d-contrib.ts b/src/create-3d-contrib.ts index bee55252..8397998a 100644 --- a/src/create-3d-contrib.ts +++ b/src/create-3d-contrib.ts @@ -280,6 +280,7 @@ export const create3DContrib = ( const baseX = offsetX + (week - dayOfWeek) * dx; const baseY = offsetY + (week + dayOfWeek) * dy; + // ref. https://github.com/yoshi389111/github-profile-3d-contrib/issues/27 const calHeight = Math.log10(cal.contributionCount / 20 + 1) * 144 + 3; const contribLevel = cal.contributionLevel;