#700: A small patch to let the user specify the linecap style of a feature.
Thanks, fredj! git-svn-id: http://svn.openlayers.org/trunk/openlayers@3204 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -166,6 +166,7 @@ OpenLayers.Renderer.VML.prototype =
|
||||
node.appendChild(stroke);
|
||||
}
|
||||
stroke.setAttribute("opacity", style.strokeOpacity);
|
||||
stroke.setAttribute("endcap", !style.strokeLinecap || style.strokeLinecap == 'butt' ? 'flat' : style.strokeLinecap);
|
||||
}
|
||||
|
||||
if (style.cursor) {
|
||||
|
||||
Reference in New Issue
Block a user