JonathanGuberman / unmatched_maker

A deck maker tool for Unmatched
https://jonathanguberman.github.io/unmatched_maker/
10 stars 2 forks source link

Fix line breaks in card image generation #58

Closed JonathanGuberman closed 3 years ago

JonathanGuberman commented 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.

JonathanGuberman commented 3 years ago

I believe this is now fixed. As a bonus, extra whitespace now also works better.