SVG center text in circle

后端 未结 6 564
离开以前
离开以前 2020-12-15 02:36

I\'m trying to center text in a circle with svg.

the size of the text will be dynamic.

Thank\'s Avi

plunker

My code:



        
6条回答
  •  眼角桃花
    2020-12-15 03:12

    Add text-anchor="middle" to the text element.

    Plunker

    
      
        
        
        Look, I’m centered!Look, I’m centered!
      
    

提交回复
热议问题