Skip to content

SVGLength

Values

convertToSpecifiedUnits

let convertToSpecifiedUnits: (DomTypes.svgLength, int) => unit

Parameters

DomTypes.svgLength int

Return type

unit

newValueSpecifiedUnits

let newValueSpecifiedUnits: (
DomTypes.svgLength,
~unitType: int,
~valueInSpecifiedUnits: float,
) => unit

Parameters

DomTypes.svgLength int float

Return type

unit