Skip to content

Commit 0b73086

Browse files
docs/page.rst: note that insert_htmlbox()'s opacity arg is new in 1.23.9.
1 parent 123c1cf commit 0b73086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/page.rst

+1
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ In a nutshell, this is what you can do with PyMuPDF:
678678

679679
:arg int oc: the xref of an :data:`OCG` / :data:`OCMD` or 0. Please refer to :meth:`Page.show_pdf_page` for details.
680680
:arg float opacity: set the fill and stroke opacity for the content in the rectangle. Only values `0 <= opacity < 1` are considered.
681+
New in v1.23.9.
681682
:arg bool overlay: put the text in front of other content. Please refer to :meth:`Page.show_pdf_page` for details.
682683

683684
:returns: A tuple of floats `(spare_height, scale)`.

0 commit comments

Comments
 (0)