根据dojo documentation,dojox.gfx中的行支持多种笔画样式:
“Solid”“ShortDash”“ShortDot”“ShortDashDot”“ShortDashDotDot”“Dot”“Dash”“LongDash”“DashDot”“LongDashDot”“LongDashDotDot”“none”
谢谢!
答案 0 :(得分:0)
Dojo是一个跨平台的API,在IE8及以下它生成VML,在其他地方(例如IE9 +)生成SVG。
e.g。
<line stroke-dasharray="5, 5"/>
<line stroke-dasharray="15, 15"/>