1234567891011121314151617181920212223242526272829303132333435363738 |
- .PS
- scale=100
- T: box "\f(CWText\fP" ht 40 wid 112
- R: box "\f(CWRasp\fP" ht 40 wid 90 with .w at (T.e.x+16, T.e.y)
- line from T.e to R.w
- arrow from R.e right 24
- box invis "to host" with .w at end of last arrow
- line from T.s down 16 then left 30 then down 30 then right 16
- FL: box "\f(CWFlayer\fP" ht 40 wid 75 with .w at end of last line
- F1: box ht 40 wid 75 with .w at FL.e
- F2: box ht 40 wid 75 with .w at F1.e
- F3: box "\&\f(CW...\fP" ht 40 wid 75 with .w at F2.e
- FX: box invis "\f(CW...\fP" ht 40 wid 75 with .n at (F1.s.x, F1.s.y-24)
- FR: box "\f(CWFrame\fP" ht 40 wid 75 with .n at (FL.s.x, FL.s.y-24)
- line from FL.s to FR.n
- line from F1.s down 24
- line from F2.s down 24
- line from F3.s down 24
- BM: box "\f(CWBitmap\fP" "(cache)" ht 40 wid 68 with .e at (FR.w.x-28, FR.w.y)
- line from BM.e to FR.w
- line from FR.s down 16 then left 50 then down 30 then right 16
- B1: box "\f(CWBox\fP" ht 40 wid 45 with .w at end of last line
- B2: box ht 40 wid 45 with .w at B1.e
- B3: box ht 40 wid 45 with .w at B2.e
- B4: box "\f(CW...\fP" ht 40 wid 45 with .w at B3.e
- .PE
|