Commit 10baef3
Align parse() PDF docstring with diagram-only reality (PR #8 review feedback)
Addresses gemini-code-assist feedback on
#8 — the prior docstring
claimed PDF includes "the diagram and (depending on the template) the
BOM", which was carried over from upstream's never-completed PDF stub
plan.
The actual implementation in this PR pipes the graph through
Graphviz's PDF renderer (graph.pipe(format="pdf")), which produces a
diagram-only PDF with no embedded BOM table. That matches the PNG/SVG
behavior and is the right scope for a fork that already exposes
HTML+SVG embed for richer output.
Embedding the BOM in PDF would require a full document-composition
step (PIL or reportlab) that's well outside the scope of "implement
the missing format flag" — and HTML output exists for users who want
diagram + BOM in one artifact.
No code change; docstring only.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 44e1951 commit 10baef3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments