bill 2 gadi atpakaļ
vecāks
revīzija
7dc45657e7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,
       });