apply VML rendering fix from andreas, since we're about to kick off RC1
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6747 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -224,7 +224,7 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
|
|||||||
// stroke
|
// stroke
|
||||||
if (options.isStroked) {
|
if (options.isStroked) {
|
||||||
node.setAttribute("strokecolor", style.strokeColor);
|
node.setAttribute("strokecolor", style.strokeColor);
|
||||||
node.setAttribute("strokeweight", style.strokeWidth);
|
node.setAttribute("strokeweight", style.strokeWidth + "px");
|
||||||
} else {
|
} else {
|
||||||
node.setAttribute("stroked", "false");
|
node.setAttribute("stroked", "false");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user