File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,33 @@ class AboutDialog extends React.Component {
50
50
Version { packageJSON . version }
51
51
</ DialogContentText >
52
52
< br />
53
+ < DialogContentText >
54
+ The Graphviz Visual Editor is a web application for
55
+ interactive visual editing of
56
+ { ' ' }
57
+ < a
58
+ href = "http://www.graphviz.org"
59
+ target = "_blank"
60
+ rel = "noreferrer noopener"
61
+ >
62
+ Graphviz
63
+ </ a >
64
+ { ' ' }
65
+ graphs described in the
66
+ { ' ' }
67
+ < a
68
+ href = "https://www.graphviz.org/doc/info/lang.html"
69
+ target = "_blank"
70
+ rel = "noreferrer noopener"
71
+ >
72
+ DOT
73
+ </ a >
74
+ { ' ' }
75
+ language.
76
+ It is < u > not</ u > a general drawing application.
77
+ It can only generate graphs that are possible to describe with DOT.
78
+ </ DialogContentText >
79
+ < br />
53
80
< DialogContentText >
54
81
The Graphviz Visual Editor is an
55
82
{ ' ' }
You can’t perform that action at this time.
0 commit comments