开发:修复TextSize

pull/2648/head
ChenX 6 months ago
parent 250cafa4d5
commit b8ba0b34bc

@ -113,8 +113,8 @@ export function ParseRegionTextPos(contour: Point[], holes: (Point[])[], textBox
if (hasTextBox) if (hasTextBox)
{ {
p.x += 280; p.x += textBox.Size.x * 0.5;
p.y += 60; p.y += textBox.Size.y * 0.5;
} }
return p; return p;
} }

Loading…
Cancel
Save