From f832ad7ca3ea120713e5a298e03475790cfaa289 Mon Sep 17 00:00:00 2001
From: Gustavo Trott <gustavo@trott.com.br>
Date: Tue, 27 Apr 2021 14:39:57 -0300
Subject: [PATCH] Includes warning that forceRasterizeSlides can be removed
 next release

---
 bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
index 2a12b773a6..a175c50b8d 100755
--- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
+++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
@@ -110,6 +110,7 @@ svgPresentationResolutionPpi=300
 
 #------------------------------------
 # Force conversion of slides to PNG before converting to SVG
+## Experimental - this option can 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