home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / ShapeElement.1Vmod / Shapes / AG_Segment.shape < prev    next >
Encoding:
Text File  |  1996-11-12  |  543 b   |  22 lines

  1. "AG_1" = "float:0:360:45";
  2. "AG_2" = "float:0:360:270";
  3. "Closepath" = "YES";
  4. "shape" = "{
  5.  /Startwinkel AG_1 def
  6.  /Endwinkel AG_2 def
  7.  Startwinkel 360 le
  8.   {/Startwinkel Startwinkel def}
  9.   {/Startwinkel 360 def} ifelse
  10.  Startwinkel 0 gt
  11.   {/Startwinkel Startwinkel def}
  12.   {/Startwinkel 0 def} ifelse
  13.  Endwinkel 360 le
  14.   {/Endwinkel Endwinkel def}
  15.   {/Endwinkel 360 def} ifelse
  16.  Endwinkel 0 gt
  17.   {/Endwinkel Endwinkel def}
  18.   {/Endwinkel 0 def} ifelse
  19.  width height scale 0.5 0.5 moveto 0.5 0.5 0.5 Startwinkel Endwinkel arc
  20.  0.5 0.5 lineto
  21.  }";
  22.