From 300179aaaf60dff5b98c0ffd36e837aa0e363c5c Mon Sep 17 00:00:00 2001 From: Gustavo Trott <gustavo@trott.com.br> Date: Tue, 27 Apr 2021 22:02:55 -0300 Subject: [PATCH] Includes suggested change Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com> --- bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index a175c50b8d..a07eeb7ecd 100755 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -110,7 +110,7 @@ svgPresentationResolutionPpi=300 #------------------------------------ # Force conversion of slides to PNG before converting to SVG -## Experimental - this option can be removed in next releases +## Experimental - this option might be removed in next releases ## This will solve problems like reported in issue #8835 ## Disabled by default as it can affect the quality in zoom #------------------------------------ -- GitLab