Roman Bruckner

Results 24 issues of Roman Bruckner

As user I want to the link's arrowhead (as being dragged) to be automatically aligned with the other end of the link or the existing vertices. Here's an example of...

new feature

### Discussed in https://github.com/clientIO/joint/discussions/1746 Originally posted by **alexandernst** July 21, 2022 I made a small demo [0] that is using `getSuccessors()` to find all the elements that are connected to...

docs

### Discussed in https://github.com/clientIO/joint/discussions/1754

docs

### Discussed in https://github.com/clientIO/joint/discussions/1717 Originally posted by **eLizardiDevelopair** July 5, 2022 Hi everyone, I want to implement port reordering inside a node. Can I make it clicking a port and...

candidate feature

```javascript var MyCell = joint.dia.Cell.extend({ attribute: ['value'] }); var myCell = new MyCell({ attribute: [] }); // Previously console.log(myCell.get('attribute')) // output `['value']` // After this change console.log(myCell.get('attribute')) // output `[]`...

Exploring a possible replacement for jQuery - https://github.com/clientIO/joint/issues/127