* Added 5th parameter to texvc call (can be null and defaults to rgb '1.0 1.0 1.0').
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Mon, 30 Nov 2009 18:42:16 +0000 (18:42 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Mon, 30 Nov 2009 18:42:16 +0000 (18:42 +0000)
commit251527d2c1f916268323d57d572f1599a026c54c
tree891ea298d0de4d376e6854575cfa9f3122fc3846
parent8e01b2e16fd7fbc410deebabfee05aa1b5ad446a
* Added 5th parameter to texvc call (can be null and defaults to rgb '1.0 1.0 1.0').
  This parameter controls texvc background color. Can be set to output transparent background
* Added $wgTexvcBackgroundColor parameter to DefaultSettings with value 'rgb 1.0 1.0 1.0'
* Changed Math.php to call texvc with new parameter
RELEASE-NOTES
includes/DefaultSettings.php
includes/Math.php
math/README
math/render.ml
math/texvc.ml