krazkidd / lineup

Softball lineup editor made with Nuxt 3 (Vue.js 3)
https://lineup.app.xericode.net
GNU Affero General Public License v3.0
3 stars 2 forks source link

Add noise filter to jersey `<svg>` icons #19

Open krazkidd opened 9 months ago

krazkidd commented 9 months ago

I would like to add something like a Heather pattern to the jersey icons here so they don't appear so flat.

This can be done through a noise filter, like this:

<filter id='noiseFilter'>
    <feTurbulence 
      type='fractalNoise' 
      baseFrequency='0.65' 
      numOctaves='3' 
      stitchTiles='stitch'/>
</filter>
krazkidd commented 7 months ago

Found a great noise generator!

https://github.com/FiniteLooper/noise-maker