Browse Source

Add and ignore angle in fcn for text out

pre-master-46
h_vogt 9 years ago
committed by Holger Vogt
parent
commit
0cdea87cb5
  1. 2
      src/tclspice.c

2
src/tclspice.c

@ -1633,6 +1633,8 @@ sp_Tk_Arc(int x0, int y0, int radius, double theta, double delta_theta)
int
sp_Tk_Text(char *text, int x, int y, int angle)
{
NG_IGNORE(angle);
char buf[1024];
NG_IGNORE(angle);
sprintf(buf, "spice_gr_Text \"%s\" %i %i", text, x, y);

Loading…
Cancel
Save