|
@@ -1015,7 +1015,8 @@ export default class Draw {
|
|
|
this.drawTextByInfo(
|
|
|
// vector.center,
|
|
|
coordinate.getXYFromScreenNotRatio({
|
|
|
- y: screen.y + (bound.height + Style.Point.radius),
|
|
|
+ // y: screen.y + (bound.height + Style.Point.radius),
|
|
|
+ y: screen.y + (bound.height /2),
|
|
|
x: screen.x - (bound.width / 2)
|
|
|
}),
|
|
|
vector.value,
|
|
@@ -1030,7 +1031,7 @@ export default class Draw {
|
|
|
pt.y += (text.actualBoundingBoxAscent + text.actualBoundingBoxDescent) / 2;
|
|
|
|
|
|
this.context.restore();
|
|
|
- this.drawPoint({...vector.center, color: vector.color}, true)
|
|
|
+ // this.drawPoint({...vector.center, color: vector.color}, true)
|
|
|
}
|
|
|
|
|
|
drawSVG(vector) {
|