bill hace 2 años
padre
commit
7dc45657e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
       });