I would like to convert a transform
SVG attribute into a CSS transform
. Here it is:
<g transform="translate(11.225 164)"/>
But CSS requires me to specify units. What is the correct unit to specify? Since it's supposed to be a library, I don't know the width
, height
or viewport
of the <svg>
. Thus I can't compute the px
or so.