r60992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60991‎ | r60992 | r60993 >
Date:22:57, 12 January 2010
Author:tstarling
Status:deferred
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1941,7 +1941,7 @@
19421942 * for transparent background use value 'Transparent' for alpha transparency or
19431943 * 'transparent' for binary transparency.
19441944 */
1945 -$wgTexvcBackgroundColor = 'rgb 1.0 1.0 1.0';
 1945+$wgTexvcBackgroundColor = 'transparent';
19461946
19471947 /**
19481948 * Normally when generating math images, we double-check that the

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59593* Added 5th parameter to texvc call (can be null and defaults to rgb '1.0 1.0...freakolowsky18:42, 30 November 2009

Status & tagging log