mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 14:26:26 +00:00
Fix text box vertex style
This commit is contained in:
@@ -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 ++)
|
||||
|
||||
Reference in New Issue
Block a user