From: Aaron Schulz Date: Tue, 18 Nov 2008 01:24:56 +0000 (+0000) Subject: Rename function to 'rasterize' X-Git-Tag: 1.31.0-rc.0~44294 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=9c88ae9e7af684ebe1378282105eaf400d35c2d7;p=lhc%2Fweb%2Fwiklou.git Rename function to 'rasterize' --- diff --git a/includes/media/SVG.php b/includes/media/SVG.php index 978749d3c4..7077caa631 100644 --- a/includes/media/SVG.php +++ b/includes/media/SVG.php @@ -77,7 +77,7 @@ class SvgHandler extends ImageHandler { * @param string $height * @returns TRUE/MediaTransformError */ - public function transformSvgToPng( $srcPath, $dstPath, $width, $height ) { + public function rasterize( $srcPath, $dstPath, $width, $height ) { global $wgSVGConverters, $wgSVGConverter, $wgSVGConverterPath; $err = false; if ( isset( $wgSVGConverters[$wgSVGConverter] ) ) {