SVG rounded corner

前端 未结 12 2059
谎友^
谎友^ 2020-11-28 22:21

I have the following SVG:



        
12条回答
  •  失恋的感觉
    2020-11-28 22:40

    You are using a path element, why don't you just give the path a curve? See here for how to make curves using path elements: http://www.w3.org/TR/SVG/paths.html#PathDataCurveCommands

提交回复
热议问题