program rectroundrot1 implicit none call init call viewport(0.2,0.2,0.8,0.8) call xyworld(0.0,0.0,1.0,1.0) call linety(1) call linewidth(2.0) call newpath call rectroundrot(0.3,0.0,0.8,0.5,0.04,30.0) call stroke call fin stop end