Arc with PostScript


PAW version:2.06/20
Description
The following macro doesn't produce the same output on the screen and on the PostScript file:


         SET * ; OPT *          | Reset the defaults
         opt ZFL1
         NULL 0 20 0 20 'AB'    | Draw a frame (cf HELP NULL)
         SET PLCI 2             | Line color is red
         SET LWID 6             | Line width is 6
         SET FAIS 3             | Fill area with hatches
         SET FASI 3             | Type of hatches
         ARC 15 15 1 4 ! !      | Draw an arc
         SET BORD 1             | Border is requested
         ARC 15  5 1 4 30 !     | Draw an arc
         p/print test.ps
         psview test.ps
Fixed in: HIGZ 1.23/08
Workaround
Introduce the directive newpath at the end of the macro FA (before the "}" ) in the PostScript file.


Release NotesKnown bugsFAQsContributionsTutorialReference manualDown loadMiscellaneous

Paw.Support@cern.ch