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
If the repository owners are interested, you can try replacing all instances of fill="none" in the SVG files with fill="param(fill)" in the Maki icons allowing the icon color to be controlled with the fill color option in the QGIS Symbol Selector.
Made a script to convert svg to controlable ones, may still need minor tweaks to handle canses where the primary color isn't black, shouldn't be too hard to tweak.
If the repository owners are interested, you can try replacing all instances of
fill="none"
in the SVG files withfill="param(fill)"
in the Maki icons allowing the icon color to be controlled with the fill color option in the QGIS Symbol Selector.For example, I've done this for the Maki icons here: https://github.com/GIS4DEV/maki
A slightly different replacement would be needed for icons in the gis_lab set.
This way, the icons can be styled with any color, rather than just black.
The text was updated successfully, but these errors were encountered: