This is likely a very simple question, but how do I get text in SVG to stretch to fit its container?
I don't care if it looks ugly from being stretched too long or high, but it needs to fits its container and be as big as possible.
Thanks
|
|
|
The viewbox attribute is what you need. |
|||||||||||||||||||||
|
|
If you really don't care that the text gets ugly, here's how to fit unknown length text into a known width.
|
|||
|
|
|
Maybe this could work for you. You'd have to tweak the values, but it does resize when the parent div resizes. It works similarly to fittext.js |
|||
|
|