mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
fix(site): use white SVG filter for diagram logos instead of color inversion (#60)
This commit is contained in:
parent
02bb992b11
commit
64582ef299
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue