You are viewing a single comment's thread. Return to all comments →
the largest string ( the middle line ), will have (2* size + 1) letters. and each letter will have a hyphen ( - ) except the last one
width = (2* size + 1) * 2-1 width = 4* size -3
Seems like cookies are disabled on this browser, please enable them to open this website
Alphabet Rangoli
You are viewing a single comment's thread. Return to all comments →
the largest string ( the middle line ), will have (2* size + 1) letters. and each letter will have a hyphen ( - ) except the last one