Skip to content

<use> elements are not supported #77

@karimpanacci

Description

@karimpanacci

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:
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions