css - How to get both curved corners in a SVG clippath? -
for few days struggle problem: i've made svg clip-path , add curved corners it. when add 'c' of 'curvetto' code, curved corner on right.
this code:
<svg width="0" height="0"> <defs> <clippath id="myclip" clippathunits="objectboundingbox"> <path d="m0.23,0.1 c 0.77,0.1 0.77,0.1, 1,0, 1,1, 0,1,0.0,0.0z"/> </clippath> </defs> </svg>
how both corners curved?
Comments
Post a Comment