Package broke after Typst 0.15 #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Typst has just released 0.15, removing the old
pathAPI.Circuiteria currently uses CeTZ 0.3.2, which still uses the
pathAPI, and is now broken on Typst 0.15. CeTZ migrated to the newcurveAPI on 0.3.3.The fastest fix would be using CeTZ 0.3.4, the last path in that minor, and shouldn't break anything, I suppose. Upgrading to CeTZ 0.4.x or 0.5.x may need more verification to ensure everything still works fine.
I replaced all
cetz:0.3.2withcetz:0.3.4and tested on several circuits I drew earlier, and I didn't notice anything broken.