Skip to content

Commit

Permalink
Gallery 2.01 -- we bring the BLOOM
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 1, 2024
1 parent 8074283 commit a28d32a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@
<script src="pages/scripts/extension-generator.js" defer=""></script>
<script src="pages/scripts/contributor-generator.js" defer=""></script>
<script src="pages/startup.js"></script>
<div id="bloom-filter">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="bloom-filter">
<feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur>
<feComposite in2="SourceGraphic" operator="arithmetic" k2=".5" k3="1" color-interpolation-filters="sRGB"></feComposite>
</filter>
</svg>
</div>
</body>
</html>

0 comments on commit a28d32a

Please sign in to comment.