|
@@ -1105,7 +1105,7 @@ export default class Draw {
|
|
|
|
|
|
const screen = coordinate.getScreenXY(vector);
|
|
const screen = coordinate.getScreenXY(vector);
|
|
const textPt = coordinate.getXYFromScreenNotRatio({
|
|
const textPt = coordinate.getXYFromScreenNotRatio({
|
|
- y: screen.y + bound.height + style.radius,
|
|
|
|
|
|
+ y: screen.y + bound.height + style.radius + 4 * coordinate.ratio,
|
|
x: screen.x - bound.width / 2,
|
|
x: screen.x - bound.width / 2,
|
|
});
|
|
});
|
|
|
|
|