Closed JonathanGuberman closed 3 years ago
SVG doesn't have any native way to wrap text (!!!), so I had to write my own code to do it for the card images. Unfortunately, it doesn't take line breaks into account, so if card text has bullet points they don't work properly.
I believe this is now fixed. As a bonus, extra whitespace now also works better.
SVG doesn't have any native way to wrap text (!!!), so I had to write my own code to do it for the card images. Unfortunately, it doesn't take line breaks into account, so if card text has bullet points they don't work properly.