SVG Scaling Text to fit container

前端 未结 4 841
迷失自我
迷失自我 2020-12-02 17:06

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

4条回答
  •  死守一世寂寞
    2020-12-02 17:38

    If you really don't care that the text gets ugly, here's how to fit unknown length text into a known width.

    
        
            UGLY TEXT
        
    
    

    enter image description here

提交回复
热议问题