-
Notifications
You must be signed in to change notification settings - Fork 135
Text wrapping #65
Copy link
Copy link
Open
Description
As SVG <text> elements are terrible at wrapping, we may need to implement custom logic to auto-wrap text. We currently use rvg.js to do our SVG rendering, we this change may have to be part of that package, rather than part of CardKit itself.
Reactions are currently unavailable