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
Blitz currently has basic support for SVGs referenced via <img src> and inline <svg> elements. This support is based on the usvg and anyrender_svg crates.
Version of usvg based on fontations
Custom SVG rendering using Blitz's DOM (should enable animations)
SVG Support
Blitz currently has basic support for SVGs referenced via
<img src>and inline<svg>elements. This support is based on theusvgandanyrender_svgcrates.usvgbased on fontations