|
@@ -136763,7 +136763,9 @@ and limitations under the License.
|
|
|
t.setTextColor(this.MTEXT_TEXT_COLOR),
|
|
|
this.setFontForText(e.measurement.name, t);
|
|
|
var r = a.ToolSpec.of(e.measurement.type).type === a.ToolType.AREA ? "area" : "distance"
|
|
|
- , o = e.measurement.name + ": " + this.UoMService.convert(e.measurement.value, r, 2, void 0, void 0, !0);
|
|
|
+ , areaName = a.ToolType.AREA ? 'area':e.measurement.name
|
|
|
+ o = areaName + ": " + this.UoMService.convert(e.measurement.value, r, 2, void 0, void 0, !0);
|
|
|
+
|
|
|
t.text(o, this.MTEXT_H_OFFSET, n, {
|
|
|
maxWidth: this.FRAME_DIM_W
|
|
|
}),
|