Skip to content
New issue

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

Draw.io support #117

Open
acovaci opened this issue Apr 16, 2024 · 0 comments
Open

Draw.io support #117

acovaci opened this issue Apr 16, 2024 · 0 comments
Labels
Feature Request New feature or enhancement to existing feature

Comments

@acovaci
Copy link

acovaci commented Apr 16, 2024

Describe your suggested feature

Hi, I would love to use the icons on draw.io; the issue is that draw.io expects the SVG in a very specific format.

Luckily the change isn't massive, it would just need a class on the paths, and a style setting the colour on that class. E.g.:

<svg ... >
    <style>
        .icon {
            fill: inherit;
        }
    </style>

    <path class="icon" d="..."></path>
</svg>

This could be exposed as an extra option on the website, along the other download options.

Thanks!

@acovaci acovaci added the Feature Request New feature or enhancement to existing feature label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or enhancement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant