UNPKG

malebranche

Version:

Converts clip path coordinates from absolute to fractional units between 0 and 1.

10 lines 234 B
<h2>M, c, S, l, z</h2> <p> absolute smooth curve bezier </p> <svg height="800px" width="800px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M100,200 c100,100 250,100 250,200S100 45 123 45l-100 100z" /> </svg>