fix(site): use white SVG filter for diagram logos instead of color inversion

This commit is contained in:
Nicholas Kissel 2026-02-02 16:04:51 -08:00
parent cc37ed0458
commit 6b1c22a300

View file

@ -45,7 +45,7 @@ function UniversalAPIDiagram() {
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<filter id="invert-white" colorInterpolationFilters="sRGB">
<feColorMatrix type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" />
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" />
</filter>
</defs>