Classes
Type Definitions
-
Options{Object}
-
Properties:
Name Type Argument Default Description color
module:ol/color~Color | module:ol/colorlike~ColorLike <optional>
A color, gradient or pattern. See
module:ol/color~Color
andmodule:ol/colorlike~ColorLike
for possible formats. Default null; if null, the Canvas/renderer default black will be used.lineCap
CanvasLineCap <optional>
'round' Line cap style:
butt
,round
, orsquare
.lineJoin
CanvasLineJoin <optional>
'round' Line join style:
bevel
,round
, ormiter
.lineDash
Array.<number> <optional>
Line dash pattern. Default is
null
(no dash). Please note that Internet Explorer 10 and lower do not support thesetLineDash
method on theCanvasRenderingContext2D
and therefore this option will have no visual effect in these browsers.lineDashOffset
number <optional>
0 Line dash offset.
miterLimit
number <optional>
10 Miter limit.
width
number <optional>
Width.