Compare the built-in connection shapes in Foblex Flow and see how different edge styles change the readability of the same graph. This is the fastest entry point when you are choosing a default routing style for a node editor or workflow builder.
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-types/connection-types.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-types/connection-types.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-types/connection-types.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss
fOffset and fRadius to shape corners and spacing.fOffset and fRadius.Use the fType attribute on <f-connection> to switch between them.
If the built-in types are not enough, move to the Custom Connection Type example and build your own reusable edge behavior.