Add and ignore angle in fcn for text out
This commit is contained in:
parent
8d2fe137e2
commit
49af98a425
|
|
@ -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…
Reference in New Issue