bill 2 tahun lalu
induk
melakukan
7dc45657e7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/graphic/Renderer/Draw.js

+ 1 - 1
src/graphic/Renderer/Draw.js

@@ -1105,7 +1105,7 @@ export default class Draw {
 
       const screen = coordinate.getScreenXY(vector);
       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,
       });