Closed FlysoftBeta closed 1 year ago
It shouldn't be a feature in the main background effect config as the masked background already had a mask layer. It should be a feature of masked background.
The main difference between
filter: blur
andbackdrop-filter: blur
is the first one is using kDecal as tile mode and the second one is using kMirror iirc. kMirror would repeat the shader vertically and horizontally which is ~4x slower under my subjective inference which is of great concern when using videoes as the backdrop. It shouldn't be the default option. The recommended operation is to enlarge the scale so that the edge won't be seen.
Thanks for your clarification. I think this should become a feature instead of a bug fix.
It shouldn't be a feature in the main background effect config as the masked background already had a mask layer. It should be a feature of masked background.
It shouldn't be a feature in the main background effect config as the masked background already had a mask layer. It should be a feature of masked background.
However, there isn't any blur options in masked background. I think putting this option to the main options is better rather than making it a feature of masked background. If we put it in masked background, we will have duplicate options to set blurry background, which will make the users confused.
Also, reference #14