mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Add back the other bounding box [CI skip]
This commit is contained in:
		
							parent
							
								
									ae37743ac7
								
							
						
					
					
						commit
						4dcae4402c
					
				| 
						 | 
				
			
			@ -92,7 +92,7 @@ Methods
 | 
			
		|||
    angles, inside the given bounding box.
 | 
			
		||||
 | 
			
		||||
    :param xy: Four points to define the bounding box. Sequence of
 | 
			
		||||
            ``[x0, y0, x1, y1]``.
 | 
			
		||||
            ``[(x0, y0), (x1, y1)]`` or ``[x0, y0, x1, y1]``.
 | 
			
		||||
    :param start: Starting angle, in degrees. Angles are measured from
 | 
			
		||||
            3 o'clock, increasing clockwise.
 | 
			
		||||
    :param end: Ending angle, in degrees.
 | 
			
		||||
| 
						 | 
				
			
			@ -115,7 +115,7 @@ Methods
 | 
			
		|||
    with a straight line.
 | 
			
		||||
 | 
			
		||||
    :param xy: Four points to define the bounding box. Sequence of
 | 
			
		||||
            ``[x0, y0, x1, y1]``.
 | 
			
		||||
            ``[(x0, y0), (x1, y1)]`` or ``[x0, y0, x1, y1]``.
 | 
			
		||||
    :param outline: Color to use for the outline.
 | 
			
		||||
    :param fill: Color to use for the fill.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -148,7 +148,7 @@ Methods
 | 
			
		|||
    center of the bounding box.
 | 
			
		||||
 | 
			
		||||
    :param xy: Four points to define the bounding box. Sequence of
 | 
			
		||||
            ``[x0, y0, x1, y1]``.
 | 
			
		||||
            ``[(x0, y0), (x1, y1)]`` or ``[x0, y0, x1, y1]``.
 | 
			
		||||
    :param outline: Color to use for the outline.
 | 
			
		||||
    :param fill: Color to use for the fill.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user