@@ -1564,7 +1564,7 @@ export default {
|
||||
if (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
|
||||
},
|
||||
reRound(result, finalPrecision) {
|
||||
|
||||
Reference in New Issue
Block a user