We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi there,
great work...
I am using a font icon generated by icomoon but it seems your plugin does not like the SVG format generated by them.
first, it chokes on the xml doc-type declaration @ the top of my generated svg:
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
If i remove it, there is no error - but my icon list is blank:
is there any documentation on the expected format of the SVG file to ensure it has the correct nodes and mapping?
The text was updated successfully, but these errors were encountered:
👋 @ccbayer, thx for the issue / suggestion, we will be digging this to give you an answer.
@Rahe @Cocola any idea about this ?
Sorry, something went wrong.
@ccbayer can I ask you to try with the enhancement/2's branch ? plz
#6 : try to work load the icon for custom image in BO
180daba
#6 : change the doc for the custom sprites
937867f
#6 : handle to mix svg (media) and custom sprites (mutliple svg)
1889c02
MaximeCulea
No branches or pull requests
hi there,
great work...
I am using a font icon generated by icomoon but it seems your plugin does not like the SVG format generated by them.
first, it chokes on the xml doc-type declaration @ the top of my generated svg:
If i remove it, there is no error - but my icon list is blank:
is there any documentation on the expected format of the SVG file to ensure it has the correct nodes and mapping?
The text was updated successfully, but these errors were encountered: