Positioning SVG elements using CSS

后端 未结 7 1916
野性不改
野性不改 2020-12-29 01:14

Assume the following svg document:




        
7条回答
  •  感情败类
    2020-12-29 01:48

    I warn you i'm a relative beginner but what about "x" and "y" and assigning these with number and "px"

    maybe:

    left: 290px;    top: 1200px;
    

    or

    x:30px; y:50px;
    

    and

    text-anchor:start;
    

    Sample:

    Position ze text
    

提交回复
热议问题