mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 15:03:21 -04:00
nicer seven seg display shape
This commit is contained in:
parent
7d529ade2d
commit
25d80b2d1b
@ -40,7 +40,7 @@ public abstract class SevenShape implements Shape {
|
||||
private static final Polygon C = F.transform(v -> v.add(LH + 4 - SL, LV + 4));
|
||||
private static final Polygon E = F.transform(v -> v.add(-SL, LV + 4));
|
||||
|
||||
private static final Vector DOT = new Vector(X0 + LH + 4, Y0 + LV * 2 + 8);
|
||||
private static final Vector DOT = new Vector(X0 + LH + 4, Y0 + LV * 2 + 9);
|
||||
private static final Vector DOTPOS1 = DOT.add(-3, -3);
|
||||
private static final Vector DOTPOS2 = DOT.add(3, 3);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user