Martin Kaněra

Results 3 comments of Martin Kaněra

This issue is caused by how PhantomJS renders text and it will be resolved in the future by migrating to puppeteer.

Hello, try using the [borderless](https://docs.jointjs.com/api/ui/PaperScroller/#borderless) option on PaperScroller. ```ts const scroller = new ui.PaperScroller({ paper, scrollWhileDragging: true, padding: 0, baseWidth: PAPER_SIZE, baseHeight: PAPER_SIZE, contentOptions: { useModelGeometry: true }, borderless: true...

> Thoughts on the naming of the functions: > > * `graph.transferCellHierarchy` is not ideal because it makes it seem that target cell will not be modified (only passively receiving...