Fix text box vertex style

This commit is contained in:
Oleg Sh
2022-07-24 18:59:04 +02:00
parent c51570f988
commit abc9165de2
11 changed files with 11 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ BaseEdge.prototype.GetEdgePositions = function()
{
var lineFinish1 = data.direction.multiply(-1).multiply(1000.0);
var pointsVertex1 = GetPointsForShape(shape, data.diameter);
var pointsVertex1 = GetPointsForShape(shape, data.diameter, data.vertex.mainText);
pointsVertex1.push(pointsVertex1[0]);
for (var i = 0; i < pointsVertex1.length - 1; i ++)