UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
symbols
/
patterns
/
lineStyles.js
3 lines
(1 loc)
•
186 B
JavaScript
View Raw
1
2
3
const
o=[
"dash"
,
"dash-dot"
,
"dot"
,
"long-dash"
,
"long-dash-dot"
,
"long-dash-dot-dot"
,
"none"
,
"short-dash"
,
"short-dash-dot"
,
"short-dash-dot-dot"
,
"short-dot"
,
"solid"
];
export
{o
as
lineStyles};