@@ -1564,7 +1564,7 @@ export default {
|
|||||||
if (label) {
|
if (label) {
|
||||||
textLines.push(label)
|
textLines.push(label)
|
||||||
}
|
}
|
||||||
textLines.push(`${angle.toFixed(this.digitPlaces)} ${String.fromCharCode(176)}`)
|
textLines.push(`${this.reRound(csUtils.roundNumber(angle)).toFixed(this.digitPlaces)} ${String.fromCharCode(176)}`)
|
||||||
return textLines
|
return textLines
|
||||||
},
|
},
|
||||||
reRound(result, finalPrecision) {
|
reRound(result, finalPrecision) {
|
||||||
|
|||||||
Reference in New Issue
Block a user