Skip to content

feGaussianBlur => fegaussianblur #734

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

Closed
cthorner opened this issue Oct 26, 2022 · 3 comments · Fixed by #874 or #875 · May be fixed by X-oss-byte/gatsby-1#782, X-oss-byte/gatsby-1#795 or X-oss-byte/gatsby-1#825
Closed

feGaussianBlur => fegaussianblur #734

cthorner opened this issue Oct 26, 2022 · 3 comments · Fixed by #874 or #875 · May be fixed by X-oss-byte/gatsby-1#782, X-oss-byte/gatsby-1#795 or X-oss-byte/gatsby-1#825
Assignees
Labels
bug Something isn't working

Comments

@cthorner
Copy link

Expected Behavior

feGaussianBlur should keep case

Actual Behavior

makes it lowercase: fegaussianblur
all other filters seem to be kept in uppercase

Steps to Reproduce

parse this:

Reproducible Demo

Environment

  • Version: 3.0.4
  • Platform: Mac
  • Browser: Chrome
@remarkablemark
Copy link
Owner

Thanks for opening this issue @cthorner! Can I get your help in creating a reproducible example using CodeSandbox?

@remarkablemark
Copy link
Owner

Closing issue due to lack of activity. Feel free to reopen if you have additional questions.

@cthorner
Copy link
Author

Here is the demo showing the issue:
https://codesandbox.io/s/youthful-butterfly-85fu04?file=/src/index.js

Worth noting is that I'm not seeing this with other filters like feFlood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment