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

Feature request: support style='background_color:xxxx' in the <svg> object #416

Open
paaguti opened this issue Mar 5, 2024 · 0 comments
Labels

Comments

@paaguti
Copy link

paaguti commented Mar 5, 2024

It would be very nice if the background of the SVG was respected

Like

<svg height="100" width="100" style="background-color:green"> 
            <circle cx="50" cy="50" r="40" stroke="black" 
                    stroke-width="3" fill="red" />
</svg>

This is an example in https://www.geeksforgeeks.org/how-to-set-the-svg-background-color/

@liZe liZe added the feature label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants