Graph SVG

Graphic/layout definition file have the extension gr.

User defined shapes

User defined shapes are text file holder SVG statements. There are few differences Here is a sample:
<rect x="$x$" y="$y$" width="$w$" height="$h$" fill="lightblue" stroke="black" stroke-width="1"/>
<circle cx="$x+w/2$" cy="$y+h/2$" r="$w/6$" fill="blue"/>