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

Glow filter differences in html5 and linux #1

Open
Shallowmallow opened this issue Jun 23, 2023 · 2 comments
Open

Glow filter differences in html5 and linux #1

Shallowmallow opened this issue Jun 23, 2023 · 2 comments

Comments

@Shallowmallow
Copy link

Thank you for the extension! :)

In linux, these lines make the filter crash

const float ANGLE_STEP_SIZE = min(__ANGLE_STEP_SIZE__, PI * 2.0);
const float ANGLE_STEP_NUM = ceil(PI * 2. / ANGLE_STEP_SIZE);

It corks correctly if you remove const. But then it crashes on html5 :(

@loudoweb
Copy link
Owner

Thanks for your report.
Do you have a log on these crashes?

@Shallowmallow
Copy link
Author

Shallowmallow commented Jun 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants