中文
路径线是指在路径上绘制的线。
export interface PathLineData extends ShapeData { shapeName: 'pathline' points: number[] }