CodingTrain/thecodingtrain.com

"The Coding Train" Footer Logo Being Cut Off.

Closed this issue · 1 comments

On all of the pages, the text that says "The Coding Train" in the footer is cut off at the word "Train". Instead of the width of the svg being 326px, it is 250px.

Screenshot 2024-11-07 at 10-17-59 The Coding Train

Screenshot 2024-11-07 101722

Thanks for reporting this! I think it's my fault (#1745), strangely svgo removes the svg viewBox attribute by default - which is definitely not a safe operation for a minifier/optimizer to do. PR incoming.