Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add noise filter to jersey <svg> icons #19

Open
krazkidd opened this issue Oct 9, 2023 · 1 comment
Open

Add noise filter to jersey <svg> icons #19

krazkidd opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Merged pull requests that resolve this issue will be labeled with "hacktoberfest-accepted"

Comments

@krazkidd
Copy link
Owner

krazkidd commented Oct 9, 2023

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 krazkidd added enhancement New feature or request good first issue Good for newcomers hacktoberfest Merged pull requests that resolve this issue will be labeled with "hacktoberfest-accepted" labels Oct 9, 2023
@krazkidd
Copy link
Owner Author

Found a great noise generator!

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

@krazkidd krazkidd self-assigned this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Merged pull requests that resolve this issue will be labeled with "hacktoberfest-accepted"
Projects
None yet
Development

No branches or pull requests

1 participant