j’ai voulu intégrer un groupe d’image en un svg de figma à flutter et j’ai des messages d’erreur :
Failed to find definition for url(#pattern0_2046_20)
This library only supports and xlink:href references that are defined ahead of their
references.
This error can be caused when the desired definition is defined after the element referring to it
(e.g. at the end of the file), or defined in another file.
This error is treated as non-fatal, but your SVG file will likely not render as intended
════════════════════════════════════════════════════════════════════════════════════════════════════
Another exception was thrown: Failed to find definition for url(#pattern1_2046_20)
I would like to display this svg without error, thank you
Myzivoug is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.