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
I'd like to use these icons in draw.io, and I've been following this guide to be able to change the color of the icons in the diagram. However, this requires that the path elements in the icon SVGs have classes attached to them. This stackoverflow post explains how to edit the SVGs to make them amenable for color editing.
While I can add these manually, it would be nice if they could be there by default.
Essentially the following changes are necessary (taking zero.svg as an example):
I'd like to use these icons in draw.io, and I've been following this guide to be able to change the color of the icons in the diagram. However, this requires that the path elements in the icon SVGs have classes attached to them. This stackoverflow post explains how to edit the SVGs to make them amenable for color editing.
While I can add these manually, it would be nice if they could be there by default.
Essentially the following changes are necessary (taking
zero.svg
as an example):Current:
With classes:
Notably, the new
<style>
tag, and the addition ofclass=primary
to the path.Would this be possible?
Thanks!
The text was updated successfully, but these errors were encountered: