You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
384 B

<?xml version="1.0" encoding="UTF-8"?>
<graph>
<node key="Alpha" color="lightblue" />
<node key="Beta" color="orange" />
<node key="Gamma" color="lightgreen" />
<node key="Delta" color="pink" />
<link from="Alpha" to="Beta" />
<link from="Alpha" to="Gamma" />
<link from="Beta" to="Beta" />
<link from="Gamma" to="Delta" />
<link from="Delta" to="Alpha" />
</graph>