mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 15:32:40 -04:00
Made the pull-up shape consistent with the Vdd shape.
This commit is contained in:
parent
cd78f63730
commit
17d00acaa6
@ -55,12 +55,12 @@ public class PullUpShape implements Shape {
|
|||||||
Style.NORMAL
|
Style.NORMAL
|
||||||
);
|
);
|
||||||
int o = 4;
|
int o = 4;
|
||||||
graphic.drawLine(new Vector(0, -SIZE), new Vector(0, -SIZE - SIZE2 - o), Style.NORMAL);
|
graphic.drawLine(new Vector(0, -SIZE), new Vector(0, -SIZE - SIZE - o), Style.NORMAL);
|
||||||
graphic.drawPolygon(
|
graphic.drawPolygon(
|
||||||
new Polygon(true)
|
new Polygon(false)
|
||||||
.add(-SIZE2, -SIZE - SIZE2 - o)
|
.add(-SIZE2, -SIZE - SIZE2 - o)
|
||||||
.add(SIZE2, -SIZE - SIZE2 - o)
|
.add(0, -SIZE - o - SIZE2 - SIZE * 2 / 3)
|
||||||
.add(0, -SIZE - o - SIZE2 - SIZE * 2 / 3),
|
.add(SIZE2, -SIZE - SIZE2 - o),
|
||||||
Style.NORMAL
|
Style.NORMAL
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user