Skip to content

Commit

Permalink
Wave Effect: Fix UI shift (#5138)
Browse files Browse the repository at this point in the history
  • Loading branch information
zubiden authored and Ajaxy committed Nov 2, 2024
1 parent 3fae1b4 commit 0203313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/main/visualEffects/WaveContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const WaveContainer = ({ waveInfo }: StateProps) => {
filter.setAttribute('y', '0');
filter.setAttribute('width', '1');
filter.setAttribute('height', '1');
filter.setAttribute('color-interpolation-filters', 'sRGB');
addSvgDefinition(filter, FILTER_ID);

const feImage = document.createElementNS(SVG_NAMESPACE, 'feImage');
Expand Down

0 comments on commit 0203313

Please sign in to comment.