Skip to content

Commit

Permalink
fix: set height to 0 for the color filter definition
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCar authored and RobinCar committed Jun 16, 2023
1 parent ec62c79 commit c7c6986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simulators/initilizations/ColorFiltersDefinition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const ColorFiltersDefinition = () => (
xmlns="http://www.w3.org/2000/svg"
version="1.1"
id="wds-colorBlindnessFilter"
height="0"
>
<defs>
<filter id={COLOR_FILTER_ID.PROTANOPIA}>
Expand Down

0 comments on commit c7c6986

Please sign in to comment.