mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
sch2fig/lib.c (draw_pin_name): flip pin names rotated by 270 degrees
This commit is contained in:
@@ -238,6 +238,7 @@ static void draw_pin_name(const struct comp *comp, const struct pin_obj *pin,
|
|||||||
|
|
||||||
switch (txt.rot) {
|
switch (txt.rot) {
|
||||||
case 180:
|
case 180:
|
||||||
|
case 270:
|
||||||
text_flip_x(&txt);
|
text_flip_x(&txt);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user