Skip to content

SVGLength

Values

convertToSpecifiedUnits

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

Parameters

WebAPI.DOMAPI.svgLength int

Return type

unit

newValueSpecifiedUnits

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

Parameters

WebAPI.DOMAPI.svgLength int float

Return type

unit