opus-world-wind
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "opus-world-wind", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "GPL-3.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -71,6 +71,7 @@ define([ | ||
text.attributes.color = WorldWind.Color.WHITE; | ||
var dim = this.wwd.drawContext.textSupport.textSize(text.text, text.attributes.font, true); | ||
this.wwd.drawContext.textRenderer.typeFace = text.attributes.font; | ||
var dim = this.wwd.drawContext.textRenderer.textSize(text.text); | ||
background.position = pos; | ||
background.width = dim[0] + 10; | ||
background.height = dim[1] + 6; | ||
background.height = dim[1]; | ||
background.attributes.drawOutline = false; | ||
@@ -77,0 +78,0 @@ background.attributes.interiorColor = arc.attributes.outlineColor; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292628
5485