| 
									
										
										
										
											2009-03-01 21:14:16 -05:00
										 |  |  | USING: cairo tools.test math.rectangles accessors ;
 | 
					
						
							| 
									
										
										
										
											2009-08-13 20:21:44 -04:00
										 |  |  | IN: cairo.tests | 
					
						
							| 
									
										
										
										
											2009-03-01 21:14:16 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | [ { 10 20 } ] [ | 
					
						
							|  |  |  |     { 10 20 } [ | 
					
						
							|  |  |  |         { 0 1 } { 3 4 } <rect> fill-rect | 
					
						
							|  |  |  |     ] make-bitmap-image dim>> | 
					
						
							| 
									
										
										
										
											2009-08-13 20:21:44 -04:00
										 |  |  | ] unit-test |