This commit is contained in:
gac-S_Changer
2018-08-27 18:31:30 +02:00
parent acf8f82c71
commit 3272d05ac0
6 changed files with 189 additions and 184 deletions

View File

@@ -253,7 +253,7 @@ public class PuckGraphics {
g.setColor(getBorderColor(drawBackground));
//size-=1;
g.setStroke(new BasicStroke(getBorderWidth(drawBackground)));
g.drawArc(position.x - size / 2, position.y - size / 2 , size, size, (int) (194 + (rotated ? puck.angle : 0)), 152);
g.drawArc(position.x - size / 2, position.y - size / 2 , size, size, (int) (190 + (rotated ? puck.angle : 0)), 154);
g.setStroke(new BasicStroke(1f));
} else {
Point pu = getDrawUnipuckLedPosition();