I would like the ability to add a class to an element so I can use CSS to style it rather than using inline styles. For example, if I used this syntax:
x(x) y(y) point class("mypoint")
<g class="element1 mypoint"...>
or
<circle class="element point filled mypoint" ...>