MCPcopy
hub / github.com/chartjs/Chart.js / toRadiusCorners

Function toRadiusCorners

src/elements/element.arc.ts:59–61  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

57}
58
59function toRadiusCorners(value) {
60 return _readValueToProps(value, ['outerStart', 'outerEnd', 'innerStart', 'innerEnd']);
61}
62
63/**
64 * Parse border radius from the provided options

Callers 1

parseBorderRadiusFunction · 0.85

Calls 1

_readValueToPropsFunction · 0.85

Tested by

no test coverage detected