diagrams / diagrams-lib

Diagrams standard library
https://diagrams.github.io/
Other
138 stars 62 forks source link

Add connectEnvelope and connectEnvelope' functions #302

Open byorgey opened 7 years ago

byorgey commented 7 years ago

These are just like connectOutside but use the envelope instead of trace. Both can be implemented in terms of a generalized connectBoundary function that takes an extra function argument specifying how to find a boundary point.