Bezier 曲線の応用例

<svg height="525px" version="1.1" width="1200px">  <g transform="translate(150,350)">  <path d="M0,0 C280,0 160,-320 0,-160 C270,70 1060,-470 0,0" fill="none" opacity="1.1" stroke-width="1" stroke="black">  </path></g>         </svg>