|
@@ -7,8 +7,7 @@
|
|
|
|
|
|
int box_path(double t, double b, double l, double r)
|
|
|
{
|
|
|
- if (PS.fp)
|
|
|
- fprintf(PS.fp, "%.1f %.1f %.1f %.1f B ", l, b, r, t);
|
|
|
+ fprintf(PS.fp, "%.1f %.1f %.1f %.1f B ", l, b, r, t);
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
@@ -16,8 +15,7 @@ int box_path(double t, double b, double l, double r)
|
|
|
int box_clip(double t, double b, double l, double r)
|
|
|
{
|
|
|
box_path(t, b, l, r);
|
|
|
- if (PS.fp)
|
|
|
- fprintf(PS.fp, "clip newpath\n");
|
|
|
+ fprintf(PS.fp, "clip newpath\n");
|
|
|
|
|
|
return 0;
|
|
|
}
|