Hi,
is there any way to automatically convert between these units? I have a clip-path like this:
<clipPath id="poly" clipPathUnits="objectBoundingBox">
<polygon points="0.01,0 0.01,0.08 0.06,0.14 0.06,0.96 0.010,0.96 0.11,0.13 0.04,0.08 0.04,0"/>
</clipPath>
and I want to be able to convert it from one unit to the other. Is there any tool that can do this for me?
Thank you.