Changeset 2590 in Sophya
- Timestamp:
- Aug 2, 2004, 3:11:09 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/psfile.cc
r2426 r2590 821 821 // On redefinit la zone de clip 822 822 fprintf(mPSFile, "%% Define clip region to the entire bloc area \n"); 823 fprintf(mPSFile, "initclip newpath 0 0 m %.2f Ux 0 rl 0 %.2f Uy rl %2f Ux 0 rl closepath clip \n",823 fprintf(mPSFile, "initclip newpath 0 0 m %.2f Ux 0 rl 0 %.2f Uy rl %2f Ux 0 rl closepath clip newpath\n", 824 824 currentBloc->Dx, currentBloc->Dy, -currentBloc->Dx); 825 825 // On redefint la fonte par defaut - $CHECK$ Reza 11/12/99 … … 864 864 // On redefinit la zone de clip 865 865 fprintf(mPSFile, "%% SetClipRectangle: Define clip region \n "); 866 fprintf(mPSFile, "newpath %.2f Ux %.2f Uy m %.2f Ux 0 rl 0 %.2f Uy rl %.2f Ux 0 rl closepath clip \n",866 fprintf(mPSFile, "newpath %.2f Ux %.2f Uy m %.2f Ux 0 rl 0 %.2f Uy rl %.2f Ux 0 rl closepath clip newpath\n", 867 867 x0, y0, dx, dy, -dx); 868 868 }
Note:
See TracChangeset
for help on using the changeset viewer.