How SVG units work
From the specification:
“1pt” equals “1.25px” (and therefore 1.25 user units)
“1pc” equals “15px” (and therefore 15 user units)
“1mm” would be “3.543307px” (3.543307 user units)
“1cm” equals “35.43307px” (and therefore 35.43307 user units)
“1in” equals “90px” (and therefore 90 user units)
Advertisement