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
Mastodon is the same shade of blue as Python, when it should be purple.
When they are viewed in separate HTML documents, they each work fine. This is because the id="a" in Python (which comes first) is being repeated in Mastodon. I think svgo has a plugin to automatically create unique IDs.
Consider the code below for the Python and Mastodon SVGs.
Mastodon is the same shade of blue as Python, when it should be purple.
When they are viewed in separate HTML documents, they each work fine. This is because the
id="a"
in Python (which comes first) is being repeated in Mastodon. I think svgo has a plugin to automatically create unique IDs.Related to svg/svgo#674 and svg/svgo#1746
The text was updated successfully, but these errors were encountered: