sch2fig/lib.c (draw_pin_name): flip pin names rotated by 270 degrees

This commit is contained in:
Werner Almesberger
2016-07-26 13:58:33 -03:00
parent a36ec41dc6
commit c3f73d8335
+1
View File
@@ -238,6 +238,7 @@ static void draw_pin_name(const struct comp *comp, const struct pin_obj *pin,
switch (txt.rot) {
case 180:
case 270:
text_flip_x(&txt);
break;
default: