mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	Fix ImageDraw
This commit is contained in:
		
							parent
							
								
									653c5bd1bb
								
							
						
					
					
						commit
						5a56008edb
					
				|  | @ -241,7 +241,7 @@ class ImageDraw: | ||||||
|         xy: Coords, |         xy: Coords, | ||||||
|         fill: _Ink | None = None, |         fill: _Ink | None = None, | ||||||
|         width: int = 0, |         width: int = 0, | ||||||
|         joint: Literal[curve] | None = None, |         joint: Literal["curve"] | None = None, | ||||||
|     ) -> None: |     ) -> None: | ||||||
|         """Draw a line, or a connected sequence of line segments.""" |         """Draw a line, or a connected sequence of line segments.""" | ||||||
|         ink = self._getink(fill)[0] |         ink = self._getink(fill)[0] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user