Fix:修复第一次创建关联线时,箭头颜色不正确的问题
This commit is contained in:
parent
e966e5d57c
commit
bf9cb99441
@ -339,6 +339,10 @@ class AssociativeLine {
|
|||||||
dasharray: [6, 4]
|
dasharray: [6, 4]
|
||||||
})
|
})
|
||||||
.fill({ color: 'none' })
|
.fill({ color: 'none' })
|
||||||
|
// 箭头
|
||||||
|
this.markerPath
|
||||||
|
.stroke({ color: associativeLineColor })
|
||||||
|
.fill({ color: associativeLineColor })
|
||||||
this.creatingLine.marker('end', this.marker)
|
this.creatingLine.marker('end', this.marker)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user