Compare commits
No commits in common. "0fb60028a98f8d5ab333776cbabf12c2dfe86358" and "ddd244330658977d81747247b4aa8d36807d1636" have entirely different histories.
0fb60028a9
...
ddd2443306
@ -6733,7 +6733,7 @@ export const equalizeSymmetricHips = (hipLines, canvas) => {
|
||||
text.set({ planeSize: plane, actualSize: actual })
|
||||
const isPlane = !text.actualSize || text.text === String(text.planeSize)
|
||||
// planeSize/actualSize 모두 저장값(정수 또는 0.5 step) 그대로 표시.
|
||||
const __raw = isPlane ? plane : actual
|
||||
// const __raw = isPlane ? plane : actual
|
||||
text.set({ text: Number(__raw).toFixed(1).replace(/\.0$/, '') })
|
||||
}
|
||||
}
|
||||
@ -6805,7 +6805,7 @@ export const equalizeParallelEaveLabels = (lines, canvas) => {
|
||||
}
|
||||
if (text) {
|
||||
text.set({ planeSize: plane, actualSize: actual })
|
||||
const __raw = wasPlane ? plane : actual
|
||||
// const __raw = wasPlane ? plane : actual
|
||||
text.set({ text: Number(__raw).toFixed(1).replace(/\.0$/, '') })
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user