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
Normalize SVG fill/stroke to currentColor at authoring time
Instead of rewriting attribute values with regexes at load time, update
the source SVG files to use fill="currentColor" / stroke="currentColor"
directly. The load-time gsub transformation is removed; the loader now
just reads each file verbatim and raises if viewBox is missing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments