Hello,
I’m using the AxiDraw exclusively through the axicli (I create my SVGs through JavaScript and then save the output). The axicli documentation is very thorough, however I’m unable to figure out the layers. What SVG attribute do I need to set as the layer name? The documentation talks about “names”, but does that mean the “name”, “class”, “label”, “id”, or some other attribute name that I can give the SVG through JavaScript?
Also, does this need to be a “g” (group) element, or can I also have an SVG without groups but with 2 separate “path” elements, one is “named” something starting with the number 1 and another with the number 2, and then use the –layer command?