http://www.mediawiki.org/wiki/Special:Code/MediaWiki/60992

Revision: 60992
Author:   tstarling
Date:     2010-01-12 22:57:04 +0000 (Tue, 12 Jan 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-01-12 22:35:52 UTC (rev 
60991)
+++ trunk/phase3/includes/DefaultSettings.php   2010-01-12 22:57:04 UTC (rev 
60992)
@@ -1941,7 +1941,7 @@
   * 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



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to