| |
| (fill-composited-rect |
| (rect at (0,0) size 104x104) |
| (color #008000) |
| (composite-operation source-over) |
| (blend-mode normal) extent at (0,0) size 104x104) |
| (set-state |
| (change-flags [fill-brush, stroke-style, should-antialias]) |
| (fill-brush |
| (color #0000FF)) |
| (stroke-style no-stroke) |
| (should-antialias 0)) |
| (draw-rect |
| (rect at (0,0) size 104x2) |
| (border-thickness 1.00) extent at (0,0) size 104x2) |
| (draw-rect |
| (rect at (0,102) size 104x2) |
| (border-thickness 1.00) extent at (0,102) size 104x2) |
| (draw-rect |
| (rect at (0,0) size 2x104) |
| (border-thickness 1.00) extent at (0,0) size 2x104) |
| (draw-rect |
| (rect at (102,0) size 2x104) |
| (border-thickness 1.00) extent at (102,0) size 2x104) |