sprotty
sprotty copied to clipboard
A diagramming framework for the web
SVG uses the "painter's model" to determine the stack order of elements. That is, elements that are below in the SVG document model will be drawn on top of the...
Hello, I've managed to prototype a VS Code extension with an Xtext-based language server and a Sprotty diagram for a simple DSL. The next step is to avoid the layout...
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I activated the GLSPProjectionView in the di-config.ts file using the following line of code `configureModelElement(context, DefaultTypes.GRAPH, GLSPGraph, GLSPProjectionView);` Now when I have an active selection of a node of the...
hey.. I've heard that you guys were able to implement ELK node fixed position (instead of having ELK calculate the node position and having it just calculating the edges). I...
We observed an Issue with "inner" edges where the edge crosses the Port.  While working on the topic i come across IAnchorComputer and was thinking about to use it....
ELK: 0.7.1 Sprotty: 0.11.0-next.ef11ae9 at client side I have added below properties to ELK ports but sprotty is not recognizing them(properties added to port). elkPort.setProperty(CoreOptions.PORT_LABELS_PLACEMENT, PortLabelPlacement.fixed()); elkPort.setProperty(CoreOptions.PORT_LABELS_PLACEMENT, PortLabelPlacement.outside()); My requirement...
see https://github.com/eclipse/sprotty/pull/292#issuecomment-1137159348
From theia-ide/sprotty#220: > One can get lost by zooming extremely far in or out or by panning far away. It should be possible to configure limits on how far one...
Apologies for the non-standard issue format, but I put together a Next.JS app that includes the standalone circlegraph example and I wanted to record some of the less intuitive parts...