fixed typo that broke fontColor rendering in VML.js. Thanks paco for spotting this. r=fredj (closes #2231)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -807,7 +807,7 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
|
||||
|
||||
textbox.innerText = style.label;
|
||||
|
||||
if (style.fillColor) {
|
||||
if (style.fontColor) {
|
||||
textbox.style.color = style.fontColor;
|
||||
}
|
||||
if (style.fontOpacity) {
|
||||
|
||||
Reference in New Issue
Block a user