Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ new_shape
Method
new_shape
src/__init__.py:12796–12797 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12794
return
Point(self.mediabox.x1, self.mediabox.y1)
12795
12796
def
new_shape(self):
12797
return
Shape(self)
12798
12799
#@property
12800
#def parent( self):
Callers
15
apply_redactions
Method · 0.80
draw_bezier
Method · 0.80
draw_circle
Method · 0.80
draw_curve
Method · 0.80
draw_line
Method · 0.80
draw_oval
Method · 0.80
draw_polyline
Method · 0.80
draw_quad
Method · 0.80
draw_rect
Method · 0.80
draw_sector
Method · 0.80
draw_squiggle
Method · 0.80
draw_zigzag
Method · 0.80
Calls
1
Shape
Class · 0.70
Tested by
2
test_drawings3
Function · 0.64
test_3140
Function · 0.64