-
-
Couldn't load subscription status.
- Fork 69
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
tizee/text2svg@bf83313
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:
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request