We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The simplest implementation for DrawLang is just an svg template language.
This could look something like
node Vertex(x,y) <circle r="50" cx="{{x}}", cy="{{y}}"> end