Roman Bruckner

Results 24 issues of Roman Bruckner

## Description Add a convenient method for those who want to iterate over all port groups. ```ts element.getPortGroupNames().forEach(group => { const groupPortPositions = element.getPortsPositions(group); /* ... */ }); ```

stale

## Description The current solution with the `linkTools.Vertices` and its extra path overlay has several disadvantages. For example, it was not possible to move labels and create vertices at the...

### Discussed in https://github.com/clientIO/joint/discussions/2686 Originally posted by **dsrdh** June 8, 2024 ### Introduction I have a label that opens a pop-up when clicked. This link has two tools - vertex...

candidate feature

- **chore**: organize the cellView tools into `cellTools`, `linkTools` and `elementTools` folders - **fix(dia.ToolsView)**: fix tool `update()` called before previous `render()` due to visibility - **feat(linkTools)**: add `RotateLabel` tool -...