revert(fold2svg): drop --exploded layer view (defer to the render engine) #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.12-revert-exploded"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roll back
fold2svg --exploded(added in #12). The per-layer offset + fold-web gusset view didn't read well — it looked like loose/awkward sheets rather than a clean stack.--explodedand all its drawing code (offset sheets,efaces, fold webs).--folded(the exactfoldedFormrender — the folded silhouette) and the legend wording fix (map onto) from #12.A proper layered/exploded view (hinged fan-out, per-layer separation done right) belongs in the future dedicated render/animation engine, not this minimal diagram tool. Tooling only; no core/test change.