diff --git a/reference.html b/reference.html index 2e853a09..805436b2 100644 --- a/reference.html +++ b/reference.html @@ -2350,19 +2350,19 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map); color String - '#03f' + '#3388ff' Stroke color. weight Number - 5 + 3 Stroke width in pixels. opacity Number - 0.5 + 1 Stroke opacity. @@ -2398,13 +2398,13 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map); lineCap String - null + 'round' A string that defines shape to be used at the end of the stroke. lineJoin String - null + 'round' A string that defines shape to be used at the corners of the stroke. @@ -2417,7 +2417,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map); pointerEvents String null - Sets the pointer-events attribute on the path if SVG backend is used. + Sets the pointer-events attribute on the path if SVG renderer is used. className