UNPKG

malebranche

Version:

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

34 lines (33 loc) 675 B
<h2>M a</h2> <p> relative elliptical arc </p> <style> svg { float : left; } </style> <svg height="400px" width="400px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M 125,75 a100,50 0 1,0 100,50z" /> </svg> <svg height="400px" width="400px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M 125,75 a100,50 0 0,1 100,50z" /> </svg> <svg height="400px" width="400px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M 125,75 a100,50 0 0,0 100,50z" /> </svg> <svg height="400px" width="400px" > <path fill="none" stroke="#f7c562" stroke-width="1" d="M 125,75 a100,50 0 1,1 100,50z" /> </svg>