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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
Add an issue with attempting to convert some SVGs to string using Svg.String.toString.
The
viewBox
attribute is incorrectly converted to theview-box
string when using toString, which simply makes the attribute ignored by browsers.Had to pipe the output into
String.replace "view-box" "viewBox"
to fix the issue.The text was updated successfully, but these errors were encountered: