Macaulay2 » Documentation
Packages » VectorGraphics :: translation
next | previous | forward | backward | up | index | toc

translation -- Computes a translation matrix

Synopsis

Description

Produces a translation encoded as a 4x4 matrix that can be used as an argument to TransformMatrix or AnimMatrix. The vector can be 2d or 3d.

i1 : v={vector{7.456, 5.201, -4.166}, vector{2.7263, -2.992, 9.144},
        vector{-8.130, 5.783, 0.671}, vector {-2.052, -7.993, -5.649}};
i2 : f={{v#2,v#1,v#0},{v#0,v#1,v#3},{v#0,v#3,v#2},{v#1,v#2,v#3}};
i3 : tetra=gList(apply(4,i->Polygon{f#i,"fill"=>"white"}))

o3 = tetra

o3 : GraphicsList
i4 : g = memoize(n -> if n==0 then tetra else gList apply(4,i->g(n-1)++{TransformMatrix=>translation(2^(n-1)*v#i)}))

o4 = g

o4 : FunctionClosure
i5 : apply(4,g)

o5 = {tetra, GraphicsList{cache =>
                          Contents
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                          style =>
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
                                  
     ------------------------------------------------------------------------
     CacheTable{}                                                            
     => {GraphicsList{cache => CacheTable{}                                  
                      Contents => {Polygon{cache => CacheTable{}             
                                           PointList => {GraphicsCoordinate |
                                                                            |
                                                                            |
                                                                            |
                                           style => MutableHashTable{...1...}
                      style => MutableHashTable{}                            
                      TransformMatrix => | 1 0 0 7.456  |                    
                                         | 0 1 0 5.201  |                    
                                         | 0 0 1 -4.166 |                    
                                         | 0 0 0 1      |                    
     MutableHashTable{}                                                      
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  }, GraphicsList{cache =>
                                                }}                Contents
                                              }}                          
     | -8.13 |, GraphicsCoordinate | -2.052 |}                            
     | 5.783 |                     | -7.993 |                             
     |  .671 |                     | -5.649 |                             
     |   1   |                     |    1   |                             
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                  style =>
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
     ------------------------------------------------------------------------
     CacheTable{}                              
     => {GraphicsList{cache => CacheTable{}    
                      Contents => {GraphicsList
                                               
                                               
                                               
                                               
                                               
                                               
                                               
                                               
                                               
                                               
                                               
                      style => MutableHashTable
                      TransformMatrix => | 1 0 
                                         | 0 1 
                                         | 0 0 
                                         | 0 0 
     MutableHashTable{}                        
                                               
                                               
                                               
                                               
                                               
                                               
     ------------------------------------------------------------------------
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 14.912 |                                                       
     0 10.402 |                                                       
     1 -8.332 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 5.4526 |                                                       
     0 -5.984 |                                                       
     1 18.288 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -16.26 |                                                       
     0 11.566 |                                                       
     1 1.342  |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -4.104  |                                                      
     0 -15.986 |                                                      
     1 -11.298 |                                                      
     0 1       |                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    }, GraphicsList{cache =>
                                                  }}                Contents
                                                }}                          
                                              }}                            
     | -8.13 |, GraphicsCoordinate | -2.052 |}                              
     | 5.783 |                     | -7.993 |                               
     |  .671 |                     | -5.649 |                               
     |   1   |                     |    1   |                               
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                    style =>
     ------------------------------------------------------------------------
     CacheTable{}                                                        
     => {GraphicsList{cache => CacheTable{}                              
                      Contents => {GraphicsList{cache => CacheTable{}    
                                                Contents => {GraphicsList
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                style => MutableHashTable
                                                TransformMatrix => | 1 0 
                                                                   | 0 1 
                                                                   | 0 0 
                                                                   | 0 0 
                      style => MutableHashTable{}                        
                      TransformMatrix => | 1 0 0 29.824  |               
                                         | 0 1 0 20.804  |               
                                         | 0 0 1 -16.664 |               
                                         | 0 0 0 1       |               
     MutableHashTable{}
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 14.912 |                                                       
     0 10.402 |                                                       
     1 -8.332 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 5.4526 |                                                       
     0 -5.984 |                                                       
     1 18.288 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -16.26 |                                                       
     0 11.566 |                                                       
     1 1.342  |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -4.104  |                                                      
     0 -15.986 |                                                      
     1 -11.298 |                                                      
     0 1       |                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                      
                                                    },
                                                  }}  
                                                }}    
                                              }}      
     | -8.13 |, GraphicsCoordinate | -2.052 |}        
     | 5.783 |                     | -7.993 |         
     |  .671 |                     | -5.649 |         
     |   1   |                     |    1   |         
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
     ------------------------------------------------------------------------
                                                                     
     GraphicsList{cache => CacheTable{}                              
                  Contents => {GraphicsList{cache => CacheTable{}    
                                            Contents => {GraphicsList
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                            style => MutableHashTable
                                            TransformMatrix => | 1 0 
                                                               | 0 1 
                                                               | 0 0 
                                                               | 0 0 
                  style => MutableHashTable{}                        
                  TransformMatrix => | 1 0 0 10.9052 |               
                                     | 0 1 0 -11.968 |               
                                     | 0 0 1 36.576  |               
                                     | 0 0 0 1       |               
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 14.912 |                                                       
     0 10.402 |                                                       
     1 -8.332 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 5.4526 |                                                       
     0 -5.984 |                                                       
     1 18.288 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -16.26 |                                                       
     0 11.566 |                                                       
     1 1.342  |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -4.104  |                                                      
     0 -15.986 |                                                      
     1 -11.298 |                                                      
     0 1       |                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                      
                                                    },
                                                  }}  
                                                }}    
                                              }}      
     | -8.13 |, GraphicsCoordinate | -2.052 |}        
     | 5.783 |                     | -7.993 |         
     |  .671 |                     | -5.649 |         
     |   1   |                     |    1   |         
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
     ------------------------------------------------------------------------
                                                                     
     GraphicsList{cache => CacheTable{}                              
                  Contents => {GraphicsList{cache => CacheTable{}    
                                            Contents => {GraphicsList
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                            style => MutableHashTable
                                            TransformMatrix => | 1 0 
                                                               | 0 1 
                                                               | 0 0 
                                                               | 0 0 
                  style => MutableHashTable{}                        
                  TransformMatrix => | 1 0 0 -32.52 |                
                                     | 0 1 0 23.132 |                
                                     | 0 0 1 2.684  |                
                                     | 0 0 0 1      |                
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 14.912 |                                                       
     0 10.402 |                                                       
     1 -8.332 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 5.4526 |                                                       
     0 -5.984 |                                                       
     1 18.288 |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -16.26 |                                                       
     0 11.566 |                                                       
     1 1.342  |                                                       
     0 1      |                                                       
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
                                           
                                           
                                           
                                           
                                           
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 -4.104  |                                                      
     0 -15.986 |                                                      
     1 -11.298 |                                                      
     0 1       |                                                      
                                                                      
                                                                      
                                                                      
                                                                      
                                                                      
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                      
                                                    },
                                                  }}  
                                                }}    
                                              }}      
     | -8.13 |, GraphicsCoordinate | -2.052 |}        
     | 5.783 |                     | -7.993 |         
     |  .671 |                     | -5.649 |         
     |   1   |                     |    1   |         
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
                                                      
     ------------------------------------------------------------------------
                                                                     
     GraphicsList{cache => CacheTable{}                              
                  Contents => {GraphicsList{cache => CacheTable{}    
                                            Contents => {GraphicsList
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     
                                            style => MutableHashTable
                                            TransformMatrix => | 1 0 
                                                               | 0 1 
                                                               | 0 0 
                                                               | 0 0 
                  style => MutableHashTable{}
                  TransformMatrix => | 1 0 0 -8.208  |
                                     | 0 1 0 -31.972 |
                                     | 0 0 1 -22.596 |
                                     | 0 0 0 1       |
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 14.912 |                                                       
     0 10.402 |                                                       
     1 -8.332 |                                                       
     0 1      |                                                       
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -8.13 |                     
                                     | 0 1 0 5.783 |                     
                                     | 0 0 1 .671  |                     
                                     | 0 0 0 1     |                     
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 -2.052 |                    
                                     | 0 1 0 -7.993 |                    
                                     | 0 0 1 -5.649 |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                    
                                                    
                                                  },
                                                }}  
                                              }}    
     | -8.13 |, GraphicsCoordinate | -2.052 |}      
     | 5.783 |                     | -7.993 |       
     |  .671 |                     | -5.649 |       
     |   1   |                     |    1   |       
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
     ------------------------------------------------------------------------
                                           
                                           
     GraphicsList{cache => CacheTable{}    
                  Contents => {GraphicsList
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                  style => MutableHashTable
                  TransformMatrix => | 1 0 
                                     | 0 1 
                                     | 0 0 
                                     | 0 0 
     ------------------------------------------------------------------------
                                                                      
                                                                      
                                                                      
     {cache => CacheTable{}                                           
      Contents => {Polygon{cache => CacheTable{}                      
                           PointList => {GraphicsCoordinate | -8.13 |,
                                                            | 5.783 | 
                                                            |  .671 | 
                                                            |   1   | 
                           style => MutableHashTable{...1...}         
      style => MutableHashTable{}                                     
      TransformMatrix => | 1 0 0 7.456  |                             
                         | 0 1 0 5.201  |                             
                         | 0 0 1 -4.166 |                             
                         | 0 0 0 1      |                             
     {}                                                               
     0 5.4526 |                                                       
     0 -5.984 |                                                       
     1 18.288 |                                                       
     0 1      |                                                       
     ------------------------------------------------------------------------
                                                                    
                                                                    
                                                                    
                                                                    
                                                                  },
     GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
                        | -2.992 |                     |  5.201 |   
                        |  9.144 |                     | -4.166 |   
                        |    1   |                     |    1   |   
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
                                                                    
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                
                                                
                                                
                                                
                                              },
     | -2.052 |, GraphicsCoordinate | -8.13 |}  
     | -7.993 |                     | 5.783 |   
     | -5.649 |                     |  .671 |   
     |    1   |                     |   1   |   
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate | 2.7263 |, GraphicsCoordinate
                                              | -2.992 |                    
                                              |  9.144 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                  
                                                  
                                                  
                                                },
                                              }}  
     | -8.13 |, GraphicsCoordinate | -2.052 |}    
     | 5.783 |                     | -7.993 |     
     |  .671 |                     | -5.649 |     
     |   1   |                     |    1   |     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
     ------------------------------------------------------------------------
                                                                         
                                                                         
                                                                         
     GraphicsList{cache => CacheTable{}                                  
                  Contents => {Polygon{cache => CacheTable{}             
                                       PointList => {GraphicsCoordinate |
                                                                        |
                                                                        |
                                                                        |
                                       style => MutableHashTable{...1...}
                  style => MutableHashTable{}                            
                  TransformMatrix => | 1 0 0 2.7263 |                    
                                     | 0 1 0 -2.992 |                    
                                     | 0 0 1 9.144  |                    
                                     | 0 0 0 1      |                    
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     ------------------------------------------------------------------------
                                                                             
                                                                             
                                                                             
                                                                             
                                                                           },
     -8.13 |, GraphicsCoordinate | 2.7263 |, GraphicsCoordinate |  7.456 |}  
     5.783 |                     | -2.992 |                     |  5.201 |   
      .671 |                     |  9.144 |                     | -4.166 |   
       1   |                     |    1   |                     |    1   |   
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
                                                                             
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.201 |                    
                                              | -4.166 |                    
                                              |    1   |                    
             style => MutableHashTable{...1...}                             
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
     ------------------------------------------------------------------------
                                                 
                                                 
                                                 
                                                 
                                               },
     | 2.7263 |, GraphicsCoordinate | -2.052 |}  
     | -2.992 |                     | -7.993 |   
     |  9.144 |                     | -5.649 |   
     |    1   |                     |    1   |   
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
                                                 
     ------------------------------------------------------------------------
                                                                            
                                                                            
                                                                            
                                                                            
     Polygon{cache => CacheTable{}                                          
             PointList => {GraphicsCoordinate |  7.456 |, GraphicsCoordinate
                                              |  5.2