xingyzt / mercator

Mercator Studio is a script that applies basic camera effects for Google Meet. (no longer actively developed)
https://x-ing.space/mercator
MIT License
58 stars 9 forks source link

SVG filters not working on firefox #2

Open timwis opened 3 years ago

timwis commented 3 years ago

Hey, love the idea for this! It doesn't seem to be working on Firefox for me... I'm using greasemonkey, and it shows the Studio Mini controls, but nothing happens when I adjust them while on google meet. It works fine on your demo site though, which suggests it may be an issue with the greasemonkey script..maybe an old version?

xingyzt commented 3 years ago

The problem is with the matrix transformations. Without adding the feColorMatrix filter (for temperature & tint), the rest worked fine on FF.

xingyzt commented 3 years ago

I think it’s an issue with Google Meet, because I do recall the matrix filter working on the FF version a while back, as an addon and as a script, and it still works on the demo site.

xingyzt commented 3 years ago

Disabling temperature & tint for Firefox until the root of the problem gets figured out.

xingyzt commented 3 years ago

If I link the filter in CSS, the temperature & tint adjustments won't get transmitted to others, but it'll still appear to work.

timwis commented 3 years ago

Just to reiterate though, it works fine on your demo site