joint icon indicating copy to clipboard operation
joint copied to clipboard

A proven SVG-based JavaScript diagramming library powering exceptional UIs

Results 82 joint issues
Sort by recently updated
recently updated
newest added

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

It's an assertion that fails, rule 209 from test/jointjs/core/util.js I found this when running **grunt test** as in the readme stated i reported this as a bug ![Capture](https://user-images.githubusercontent.com/43439546/141998196-ae9bacb9-3ebb-46a1-9bd6-2f541da9e1d2.PNG)

technical debt

### 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

If I'm reading the docs correctly, the entire embedding feature is designed like a tree: `cell B` might or might not have a parent. If it does, it can be...

bug

Each port added to the Shape element will decrease the rendering performance as well as Initializing the Shape itself. ```javascript; 'use strict'; // JointJS Performance tips // Overall goals //...

stale

I'm playing around with `joint.elementTools.Boundary` and I tried to set the stroke dasharray attribute using the camelCase syntax, but it didn't work. ``` joint.elementTools.FTABoundary = joint.elementTools.Boundary.extend({ attributes: { ... strokeDasharray:...

technical debt

See the code below. The `paper` binding could be derived from `relatedView` instead of binding directly. By delaying the binding of paper, the `ToolView` could be initialized within the initialization...

technical debt