UNPKG

malebranche

Version:

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

10 lines 202 B
<h2>M, q, t, z</h2> <p> relative quadratic bezier </p> <svg height="800px" width="800px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M100,100 q100,50 100,90 t40,50z" /> </svg>