如何在道场画一条箭头线。
group.createPath()
.moveTo(len-_arrowHeight,0)
.lineTo(len-_arrowHeight,-_arrowWidth)
.lineTo(len,0)
.lineTo(len-_arrowHeight,_arrowWidth)
.lineTo(len-_arrowHeight,0)
.setStroke( _defaultStroke)
.setFill('#6038aa')
;
使用任何api
绘制的任何其他方式答案 0 :(得分:-1)
你确定你只需要箭头来使用Dojo javascript吗?
你可以在纯CSS中做箭头。甚至有online generators for that (link)。