UNPKG

malebranche

Version:

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

10 lines 215 B
<h2>M, l, V, L, z</h2> <p> absolute vertical line to command </p> <svg height="800px" width="800px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M24 130l400 100 V 30 30 30L0 400z" /> </svg>