Skip to content

Commit 43d28ed

Browse files
docs/page.rst: mark clip_to_rect() as new in v1.26.4.
1 parent f8159b3 commit 43d28ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/page.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,8 @@ In a nutshell, this is what you can do with PyMuPDF:
19711971
The method works best for text: All text on the page will be removed (decided by single character) that has no intersection with the rectangle. For vector graphics, the method will remove all paths that have no intersection with the rectangle. For images, the method will remove all images that have no intersection with the rectangle. Vectors and images **having** an intersection with the rectangle, will be kept in their entirety.
19721972

19731973
The method roughly has the same effect as if four redactions had been applied that cover the rectangle's outside.
1974+
1975+
* New in v1.26.4.
19741976

19751977
.. method:: remove_rotation()
19761978

0 commit comments

Comments
 (0)