I want to draw a curve line on the teeth image with three control points.
<path d="M 20,185 50,(x) 80,(y) 155,(x) 155,185" ">
like this.
i used the SVG path
<svg height="300" width="150" class="absolute "><image href="https://i.ibb.co/jhNfxgg/down-out-22.png" class="" height="300" width="150"></image><path d="M 20,185 50,50 80,58 155,100
155,185" stroke="red" stroke-linejoin="round" stroke-linecap="round" fill="blue" fill-opacity="0.6" style="color: red;"></path></svg>
but its not good for me this is a result