You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							92 lines
						
					
					
						
							1.6 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							92 lines
						
					
					
						
							1.6 KiB
						
					
					
				
								% Copyright (C) 2001-2023 Artifex Software, Inc.
							 | 
						|
								% All Rights Reserved.
							 | 
						|
								%
							 | 
						|
								% This software is provided AS-IS with no warranty, either express or
							 | 
						|
								% implied.
							 | 
						|
								%
							 | 
						|
								% This software is distributed under license and may not be copied,
							 | 
						|
								% modified or distributed except as expressly authorized under the terms
							 | 
						|
								% of the license contained in the file LICENSE in this distribution.
							 | 
						|
								%
							 | 
						|
								% Refer to licensing information at http://www.artifex.com or contact
							 | 
						|
								% Artifex Software, Inc.,  39 Mesa Street, Suite 108A, San Francisco,
							 | 
						|
								% CA 94129, USA, for further information.
							 | 
						|
								%
							 | 
						|
								
							 | 
						|
								% Cyan
							 | 
						|
								1 0 0 0 setcmykcolor
							 | 
						|
								0 0 50 50 rectfill
							 | 
						|
								.5 0 0 0 setcmykcolor
							 | 
						|
								0 50 50 50 rectfill
							 | 
						|
								
							 | 
						|
								% Magenta
							 | 
						|
								0 1 0 0 setcmykcolor
							 | 
						|
								50 0 50 50 rectfill
							 | 
						|
								0 0.5 0 0 setcmykcolor
							 | 
						|
								50 50 50 50 rectfill
							 | 
						|
								
							 | 
						|
								% Yellow
							 | 
						|
								0 0 1 0 setcmykcolor
							 | 
						|
								100 0 50 50 rectfill
							 | 
						|
								0 0 .5 0 setcmykcolor
							 | 
						|
								100 50 50 50 rectfill
							 | 
						|
								
							 | 
						|
								% Black
							 | 
						|
								0 0 0 1 setcmykcolor
							 | 
						|
								150 0 50 50 rectfill
							 | 
						|
								0 0 0 .5 setcmykcolor
							 | 
						|
								150 50 50 50 rectfill
							 | 
						|
								
							 | 
						|
								% MuddyCyan
							 | 
						|
								[/Separation
							 | 
						|
								 (MuddyCyan)
							 | 
						|
								 /DeviceCMYK
							 | 
						|
								 {
							 | 
						|
								  0.1 0.1 0
							 | 
						|
								 }
							 | 
						|
								] setcolorspace
							 | 
						|
								1 setcolor
							 | 
						|
								0 100 50 50 rectfill
							 | 
						|
								0.5 setcolor
							 | 
						|
								0 150 50 5000 rectfill
							 | 
						|
								
							 | 
						|
								% MuddyMagenta
							 | 
						|
								[/Separation
							 | 
						|
								 (MuddyMagenta)
							 | 
						|
								 /DeviceCMYK
							 | 
						|
								 {
							 | 
						|
								  0.1 exch 0.1 0
							 | 
						|
								 }
							 | 
						|
								] setcolorspace
							 | 
						|
								1 setcolor
							 | 
						|
								50 100 50 50 rectfill
							 | 
						|
								0.5 setcolor
							 | 
						|
								50 150 50 5000 rectfill
							 | 
						|
								
							 | 
						|
								% MuddyYellow
							 | 
						|
								[/Separation
							 | 
						|
								 (MuddyYellow)
							 | 
						|
								 /DeviceCMYK
							 | 
						|
								 {
							 | 
						|
								  0.1 exch 0.1 exch 0
							 | 
						|
								 }
							 | 
						|
								] setcolorspace
							 | 
						|
								1 setcolor
							 | 
						|
								100 100 50 50 rectfill
							 | 
						|
								0.5 setcolor
							 | 
						|
								100 150 50 5000 rectfill
							 | 
						|
								
							 | 
						|
								% MuddyBlack
							 | 
						|
								[/Separation
							 | 
						|
								 (MuddyBlack)
							 | 
						|
								 /DeviceCMYK
							 | 
						|
								 {
							 | 
						|
								  0.1 exch 0.1 exch 0.1 exch
							 | 
						|
								 }
							 | 
						|
								] setcolorspace
							 | 
						|
								1 setcolor
							 | 
						|
								150 100 50 50 rectfill
							 | 
						|
								0.5 setcolor
							 | 
						|
								150 150 50 5000 rectfill
							 | 
						|
								
							 | 
						|
								showpage
							 |