JointJS: Link Position Incorrect After Loading Autosave – Aligns to Left Corner Instead of Center
I’m working on a diagramming application using JointJS where users can create and connect rectangles with links. I’ve implemented an autosave feature that saves the state of the graph and reloads it when the page is refreshed.
Link Stroke Width Not Applying Correctly in JointJS
I am using JointJS to create diagrams, and I am encountering an issue with the stroke width of links between shapes. Despite setting the strokeWidth
attribute to 1, the rendered link appears with a stroke width of 10
.