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

[Fix 2.5] recover drawing area (drastic version) #18085

Closed

Conversation

hiroshisuga
Copy link
Contributor

@hiroshisuga hiroshisuga commented Jun 4, 2023

What does this PR do?

Removes a clippath that is making a problem on the recently updated Chromium-based browsers. Different from #18084, this PR completely removes two clippath:url#viewbox that seem not necessary anymore.

Closes Issue(s)

Closes #18066
Related discussion: https://groups.google.com/g/bigbluebutton-dev/c/r35CE7Z1zfU

More

Compared to #18084, this PR may improve the performance because clippath needs quite a bit of PC resource. So far I don't find any problem with this PR, but I cannot test everything, needless to say.
I guess this clippath was indispensable in the early times to mask the drawing at outside of the viewbox, but during the development BBB has become more robust and able to eliminate the possibility of such outsiders by other means.

@hiroshisuga hiroshisuga changed the title [Fix 2.5] eliminate clippath (drastic version) [Fix 2.5] recover drawing area (drastic version) Jun 4, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@antobinary
Copy link
Member

Thank you! We went ahead with your other pull request instead - #18084

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

Successfully merging this pull request may close these issues.

None yet

2 participants