Changeset 1588 in Sophya


Ignore:
Timestamp:
Jul 20, 2001, 3:22:14 PM (24 years ago)
Author:
ansari
Message:

test facteur d'echelle EPS/PSFile - Reza 20/7/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Tests/pist.cc

    r1574 r1588  
    314314        printf("Creating EPS File %s (Encapsulated PostScript) \n", buff);
    315315        PSFile *mps;
    316         mps = new PSFile(buff);
     316        mps = new PSFile(buff, 0.75);
    317317        mcurwin->PSPrint(mps,0,0);
    318318        delete mps;
Note: See TracChangeset for help on using the changeset viewer.