Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ util_round_rect
Function
util_round_rect
src/__init__.py:24063–24064 ·
view source on GitHub ↗
( rect)
Source
from the content-addressed store, hash-verified
24061
24062
24063
def
util_round_rect( rect):
24064
return
JM_py_from_irect(mupdf.fz_round_rect(JM_rect_from_py(rect)))
24065
24066
24067
def
util_transform_rect( rect, matrix):
Callers
1
round
Method · 0.85
Calls
2
JM_py_from_irect
Function · 0.85
JM_rect_from_py
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…