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 @@
1942
1942
* for transparent background use value 'Transparent' for alpha transparency or
1943
1943
* 'transparent' for binary transparency.
1944
1944
*/
1945
-$wgTexvcBackgroundColor = 'rgb 1.0 1.0 1.0';
1945
+$wgTexvcBackgroundColor = 'transparent';
1946
1946
1947
1947
/**
1948
1948
* Normally when generating math images, we double-check that the
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r59593
* Added 5th parameter to texvc call (can be null and defaults to rgb '1.0 1.0...
freakolowsky
18:42, 30 November 2009
Status & tagging log
05:55, 21 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60992
[
removed:
new
added:
deferred]