Draw fin root in fin point figure

This commit is contained in:
SiboVG 2022-12-07 16:03:59 +01:00
parent 082187512b
commit e7b728d8e8

View File

@ -226,7 +226,7 @@ public class FinPointFigure extends AbstractScaleFigure {
private void paintFinShape(final Graphics2D g2){
// excludes fin tab points
final Coordinate[] drawPoints = finset.getFinPoints();
final Coordinate[] drawPoints = finset.getFinPointsWithRoot();
Path2D.Double shape = new Path2D.Double();
Coordinate startPoint= drawPoints[0];