Roman Bruckner
Roman Bruckner
Hi @waszqba, sorry for the late reply. Few notes here. The users are not forced to use any jQuery API while using JointJS. There are a few exceptions where we...
That would greatly appreciated :) Here's a list of tasks we might start working on (I'll be adding more items soon). - [ ] **joint.mvc.View:** Events Delegating and Namespaces -...
Here're are 3 options. 1. Removing the paper and create a new one is the safest way to go. 2. Use a single paper and replace the cells only with...
The magnets on links are `passive` only right now (an existing link can be connected to the magnet - you can not add a new link by dragging the magnet)....
Hi, this is not currently supported. A workaround is to add the `` tag with the background image to the SVG before the export and remove the image after the...
It depends on the background configuration. In your case (`cover`, `no-repeat`, `center`) it should be like this: ```js const imageVel = V('image').attr({ 'xlink:href': 'image.png', 'preserveAspectRatio': 'none', ...paper.getArea().toJSON() }); V(paper.getLayerNode('back')).append(imageVel); ```
Perhaps you have to wait until the new `` is loaded.
The test uses `Courier New` font. It is most likely not installed on your device. - you can install it locally - we can change the test to use a...
Fixed by https://github.com/clientIO/joint/pull/1795.