mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-01 00:17:27 +03:00 
			
		
		
		
	fix testing
This commit is contained in:
		
							parent
							
								
									a77850564a
								
							
						
					
					
						commit
						312c87e279
					
				
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.4 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.6 KiB | 
|  | @ -34,7 +34,7 @@ try: | |||
| 
 | ||||
|             im = Image.new(mode='RGB', size=(300, 100)) | ||||
|             draw = ImageDraw.Draw(im) | ||||
|             draw.text((0, 0), 'هنا عمان', font=ttf, fill=500) | ||||
|             draw.text((0, 0), 'العالم العربي', font=ttf, fill=500) | ||||
| 
 | ||||
|             target = 'Tests/images/test_y_offset.png' | ||||
|             target_img = Image.open(target) | ||||
|  | @ -46,7 +46,7 @@ try: | |||
| 
 | ||||
|             im = Image.new(mode='RGB', size=(300, 100)) | ||||
|             draw = ImageDraw.Draw(im) | ||||
|             draw.text((0, 0), u'مرحبا بكم', font=ttf, fill=500) | ||||
|             draw.text((0, 0), u'السلام عليكم', font=ttf, fill=500) | ||||
| 
 | ||||
|             target = 'Tests/images/test_complex_unicode_text.png' | ||||
|             target_img = Image.open(target) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user