newValueSpecifiedUnits

fun newValueSpecifiedUnits(unitType: SVGAngle.UnitType, valueInSpecifiedUnits: Float)(source)

The newValueSpecifiedUnits() method of the SVGAngle interface sets the value to a number with an associated SVGAngle.unitType, thereby replacing the values for all of the attributes on the object.

MDN Reference