svg2gcode icon indicating copy to clipboard operation
svg2gcode copied to clipboard

Support use/def elements

Open sameer opened this issue 1 year ago • 0 comments

https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use

These are currently ignored by svg2gcode but could be pretty easily implemented with two pre-iteration passes: (1) extract element IDs needed by uses and (2) extract elements by ID

sameer avatar Apr 08 '24 03:04 sameer