This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user