How to show fraction in svg if i am using text for now any other alternative using svg

后端 未结 1 662
灰色年华
灰色年华 2021-01-28 04:27

I want the text to show a number in the form a/b. How can I do in SVG

E.g.

1条回答
  •  孤独总比滥情好
    2021-01-28 05:30

    You could display it via unicode superscript and subscript characters like this.

    
      Fraction: ³⁄₂
    

    or this where dx is used to make the letters appear in the same place.

    
      Fraction: ³―₂
    

    0 讨论(0)
提交回复
热议问题