From 0542900150a27effde269039970f977a7847f26c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 12 Jan 2010 22:57:04 +0000 Subject: [PATCH] Per CR comments on r59593: use binary transparency for texvc by default. My testing indicates that it looks OK as long as the background colour is around #ccc or brighter. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bd636d3744..d3175a320d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1941,7 +1941,7 @@ $wgTexvc = './math/texvc'; * for transparent background use value 'Transparent' for alpha transparency or * 'transparent' for binary transparency. */ -$wgTexvcBackgroundColor = 'rgb 1.0 1.0 1.0'; +$wgTexvcBackgroundColor = 'transparent'; /** * Normally when generating math images, we double-check that the -- 2.20.1