Skip to content

DrawLang

Owen Lynch edited this page Sep 30, 2021 · 2 revisions

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
Clone this wiki locally