↓ 3 callersFunctiondraw_rect_node(
draw: Any,
x: int,
y: int,
width: int,
height: int,
label: str,
font: Any,
m
skills/paper2patent/scripts/generate_patent_drawings.py:593
↓ 3 callersFunctionrect_node(x: int, y: int, width: int, height: int, label: str, max_chars: int = 12)
skills/paper2patent/scripts/generate_patent_drawings.py:292
↓ 3 callersFunctionvalidate_canvas(width: int, height: int, bbox: tuple[int, int, int, int])
skills/paper2patent/scripts/generate_patent_drawings.py:130
↓ 2 callersFunctionbox_arrow_points(
first: tuple[int, int],
second: tuple[int, int],
node_w: int,
node_h: int,
)
skills/paper2patent/scripts/generate_patent_drawings.py:315
↓ 2 callersFunctionorthogonal_points(
first: tuple[int, int],
second: tuple[int, int],
node_h: int,
)
skills/paper2patent/scripts/generate_patent_drawings.py:342
↓ 1 callersFunctiondraw_center_text(draw: Any, x: int, y: int, label: str, font: Any, max_chars: int = 12)
skills/paper2patent/scripts/generate_patent_drawings.py:581
↓ 1 callersFunctiongenerate(
data: dict[str, Any],
input_path: Path,
output_dir: Path,
prefix: str,
png_fallback: boo
skills/paper2patent/scripts/generate_patent_drawings.py:757