Klaus Schaefers
Klaus Schaefers
Make all IO functionality exchangeable. - [ ] Update ImageService to also do URL generation - [ ] Update ModelService and BaseControler to also pass full model into ```updateApp()``` model...
Bounding box is slightly larger than the object in different zoom levels. At different zoom levels different sides of the bounding box appears to be larger than the actual size...
The JS based renderer is sometimes buggy. An Alternative could be using https://screenshotone.com. - [ ] Create standalone preview endpoint - [ ] Add screenshotone credentials to the config -...
**Describe the bug** If I run `npm install` i get the following output ``` While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from [email protected] npm...
Please fill out the form below. ### System Information - Setup ### Describe the problem There is no documentation how to use with Scala. or Java
Hi, when using a tiny toy data set I get really weird results: ```js const data = [ [4,5], [5,5], [4,4], [4,4], [10,10], [9,9], [10,9], [9,10], [1,1] // outlier ]...
being able to pan the viewport with the middle mouse button (and not only with the space bar), like in draw.io or inkscape for instance :>
If no start screen is defined, the mouse event creation might fails. Check `initMouseEvent`