It is possible to join anchors with a new segment Ctrl+J. However it is no yet possible to simply merge the anchors (no new segments).
This should work across different layers. This should reuse the merging logic from Ctrl+J:
|
// Different layers: merge first, then create segment |
|
merge_layers(document, layer1, layer2, responses); |
This functionality is also available in inkscape and figma.
It is possible to join anchors with a new segment Ctrl+J. However it is no yet possible to simply merge the anchors (no new segments).
This should work across different layers. This should reuse the merging logic from Ctrl+J:
Graphite/editor/src/messages/tool/common_functionality/shape_editor.rs
Lines 535 to 536 in 97f8113
This functionality is also available in inkscape and figma.