diff --git a/src/graphics/pathLine/PathLine.ts b/src/graphics/pathLine/PathLine.ts index 2e52ce4..b281404 100644 --- a/src/graphics/pathLine/PathLine.ts +++ b/src/graphics/pathLine/PathLine.ts @@ -13,7 +13,7 @@ export interface IPathLineData extends GraphicData { export const pathLineConsts = { pathLineWidth: 1, - pathLineColor: '0X000000', + pathLineColor: '0Xff0000', }; export class PathLine extends JlGraphic {