Skip to content

PathLine

路径线是指在路径上绘制的线。

Data

ts
export interface PathLineData extends ShapeData {
	shapeName: 'pathline'
	points: number[]
}