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> 

image of clip path

how both corners curved?


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -