You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only reason I'm using IcoMoon in this project I'm currently developing and not Grunt webfont for example, is because I needed a Duotone icon font, following this guide. It all works well, the downloaded demo files are in duotone but IcoMoon uses <span> inside the <i> to override the colors.
In my selection.json file I can see all the color definitions in every icon, for example:
In the field settings I used both Icon element (HTML) as SVG element as return value;
Icon stays blank (because it's missing the spans), SVG is rendered correctly but in monotone (because it's missing the colors).
Is this currently not supported (yet) in your plugin?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
We've just released the new version 4.0.3 having the feature to return SVG type which supports multicolor. Please update the plugin to the latest version and let us know if it's working.
Hi there,
I just discovered your plugin, great work thanks!
The only reason I'm using IcoMoon in this project I'm currently developing and not Grunt webfont for example, is because I needed a Duotone icon font, following this guide. It all works well, the downloaded demo files are in duotone but IcoMoon uses
<span>
inside the<i>
to override the colors.In my selection.json file I can see all the color definitions in every icon, for example:
In the field settings I used both
Icon element (HTML)
asSVG element
as return value;Icon stays blank (because it's missing the spans), SVG is rendered correctly but in monotone (because it's missing the colors).
Is this currently not supported (yet) in your plugin?
Thanks a lot!
The text was updated successfully, but these errors were encountered: