graphviz-visual-editor icon indicating copy to clipboard operation
graphviz-visual-editor copied to clipboard

A web application for interactive visual editing of Graphviz graphs described in the DOT language.

Results 62 graphviz-visual-editor issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.5.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

My dot is: `digraph structs { A [label="mmm" image="https://iconsapi.com/5ee261ede4b0b788a932a2eb.svg" shape=none]; }` The result as follow. ![image](https://user-images.githubusercontent.com/31992251/153694077-bf84a586-f7b6-472b-98e5-3bbaac735cbe.png) I don't think it's right

enhancement

A very blunt Dockerfile and docker-compose to run this on a system without node. I'm cloning the repository into the image instead of using `COPY` or `ADD` to prevent cross-platform...

There's a sample linked from the documentation: http://magjac.com/graphviz-visual-editor/?dot=digraph%20G%20%7b%0a%20%20charset%3d%22UTF-8%22%0a%20%20%f0%9f%8d%94%20-%3e%20%f0%9f%92%a9%0a%7d which immediately raises an error, even though as part of the official documentation, that should probably work.

bug

Current approach of properties is somewhat unconvenient. For now style is only changed for objects to be later added, existing view can't be changed. Meanwhile, core graphviz is more flexible...

enhancement

Current way, starting connection with right click and ending with double click, is far from intuitive. For comparison: - draw.io simply places everything (nodes, connections) isolated, allowing to manually connect...

enhancement

It would be great to have HTTPS supported on the http://magjac.com/graphviz-visual-editor website.

invalid