From 9c88ae9e7af684ebe1378282105eaf400d35c2d7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 18 Nov 2008 01:24:56 +0000 Subject: [PATCH] Rename function to 'rasterize' --- includes/media/SVG.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ) ) { -- 2.20.1