getPerfectDashProps
function getPerfectDashProps(
totalLength: number,
strokeWidth: number,
opts?: Partial<{
closed: boolean
end: 'none' | 'outset' | 'skip'
lengthRatio: number
snap: number
start: 'none' | 'outset' | 'skip'
style: TLDefaultDashStyle
}>
): {
strokeDasharray: string
strokeDashoffset: string
}
Parameters
Name | Description |
---|---|
|
|
|
|
|
|
Returns
{
strokeDasharray: string
strokeDashoffset: string
}