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

escaping the ";" character in path #36

Closed
peter-emad99 opened this issue Jan 7, 2024 · 2 comments
Closed

escaping the ";" character in path #36

peter-emad99 opened this issue Jan 7, 2024 · 2 comments
Labels

Comments

@peter-emad99
Copy link

i have wired problem ...i try to use an animated svg as custom icon ..it works fine but if i but any animation attributes that requires to seprate the values with semicolon ";'(like "values" in given svg) ...i break all the styles of the app .. i tried to but the url encoding value of semicolon "%3B" but it aslo didn't work because the final result of the data uri svg is "%253b" which replacing the % with it url encoding value
i know this is not a big problem ..but if any one can help ??

<circle fill="currentColor" stroke="none" cx="25" cy="10" r="6"><animate attributeName="opacity" dur="1s" values="0;1;0" from="0" to="1" repeatCount="indefinite" begin="0.1"/></circle>

@hyoban
Copy link
Collaborator

hyoban commented Jan 8, 2024

Sorry, this is a bug, I will fix it ASAP

@hyoban hyoban closed this as completed in 5c5c0ca Jan 8, 2024
Copy link

github-actions bot commented Jan 8, 2024

🎉 This issue has been resolved in version 1.7.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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