Convert SVG clip-path to 0-1 relative coordinates

When using CSS clip-path property with an SVG, it often makes sense to use relative clip path coordinates, as the Web is responsive in nature. What happens is that you will need to convert SVG’s coordinates from pixels to relative units. There’s no built-in method to convert those, so a tool comes in handy.

External Resources: