Rounded corner only on one side of svg

后端 未结 4 837
面向向阳花
面向向阳花 2020-12-16 10:01

I am trying to implement a bar chart like diagram. I have the following html element



        
4条回答
  •  眼角桃花
    2020-12-16 11:01

    Use the element with the arc command (http://devdocs.io/svg/attribute/d#arcto).

    Syntax: a rx,ry x-axis-rotation large-arc-flag sweep-flag dx,dy

    
      
    

提交回复
热议问题