svg2gcode icon indicating copy to clipboard operation
svg2gcode copied to clipboard

<use> elements are not supported

Open karimpanacci opened this issue 7 months ago • 1 comments

I generated an SVG file with the Rust text2svg library, I tried to convert the SVG file to gcode, if it downloads the text2svg library via crates.io it works fine, if instead it uses the version on github: https://github.com/tizee/text2svg/commit/bf8331320d9d70931c4901fdf54a86d43c190e27

and then I try to use the svg file on svg2gcode I get the following file:

G21
G90

this is the svg file that doesn't work: Image

this is the working svg file: Image

I tried to use svg2gcode both through library and through web interface, obviously the result does not change.

I tried to insert both files in the following site: https://validator.w3.org/check

but the file seems to be compliant with the standards.

karimpanacci avatar May 26 '25 17:05 karimpanacci